summaryrefslogtreecommitdiff
path: root/core/src/test/scala/com/rockymadden
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/scala/com/rockymadden')
-rw-r--r--core/src/test/scala/com/rockymadden/stringmetric/MetricSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/scala/com/rockymadden/stringmetric/MetricSpec.scala b/core/src/test/scala/com/rockymadden/stringmetric/MetricSpec.scala
index 538976d..f821226 100644
--- a/core/src/test/scala/com/rockymadden/stringmetric/MetricSpec.scala
+++ b/core/src/test/scala/com/rockymadden/stringmetric/MetricSpec.scala
@@ -8,7 +8,7 @@ final class MetricSpec extends ScalaTest {
import phonetic._
import similarity._
import Metric._
- import Transform.StringTransform
+ import Transform._
"StringMetric standalone object" should provide {
"compare method and companion object pass through" in {