aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/kamon/util/RegexPathFilterSpec.scala
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2016-12-04 15:37:51 -0300
committerDiego <diegolparra@gmail.com>2016-12-04 15:37:51 -0300
commit56039ef037d42cb817d0bc6d5a5891bc87e633c3 (patch)
tree711d36b49d69f7321ea75172d9d4969e318d7afe /kamon-core/src/test/scala/kamon/util/RegexPathFilterSpec.scala
parente02d137ab960676cb89ff597bc33915f8b83a4d2 (diff)
downloadKamon-56039ef037d42cb817d0bc6d5a5891bc87e633c3.tar.gz
Kamon-56039ef037d42cb817d0bc6d5a5891bc87e633c3.tar.bz2
Kamon-56039ef037d42cb817d0bc6d5a5891bc87e633c3.zip
wip
Diffstat (limited to 'kamon-core/src/test/scala/kamon/util/RegexPathFilterSpec.scala')
-rw-r--r--kamon-core/src/test/scala/kamon/util/RegexPathFilterSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/test/scala/kamon/util/RegexPathFilterSpec.scala b/kamon-core/src/test/scala/kamon/util/RegexPathFilterSpec.scala
index edbf14b3..a2cc8629 100644
--- a/kamon-core/src/test/scala/kamon/util/RegexPathFilterSpec.scala
+++ b/kamon-core/src/test/scala/kamon/util/RegexPathFilterSpec.scala
@@ -16,7 +16,7 @@
package kamon.util
-import org.scalatest.{ Matchers, WordSpecLike }
+import org.scalatest.{Matchers, WordSpecLike}
class RegexPathFilterSpec extends WordSpecLike with Matchers {
"The RegexPathFilter" should {