diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-08-08 12:05:43 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-08-08 12:05:43 +0100 |
commit | 4a11cb6875e196297d44553c3f640d7bbb25256c (patch) | |
tree | 2fbb34d94f9c8e861f006a4cb9a7aa067ec41bc7 /server/test/src/URIUtilsSpec.scala | |
parent | a42d3883f110831440f2d85977e9251c4a22541a (diff) | |
download | spacebeans-4a11cb6875e196297d44553c3f640d7bbb25256c.tar.gz spacebeans-4a11cb6875e196297d44553c3f640d7bbb25256c.zip |
Formattting
Diffstat (limited to 'server/test/src/URIUtilsSpec.scala')
-rw-r--r-- | server/test/src/URIUtilsSpec.scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/test/src/URIUtilsSpec.scala b/server/test/src/URIUtilsSpec.scala index ab00c86..e471e8c 100644 --- a/server/test/src/URIUtilsSpec.scala +++ b/server/test/src/URIUtilsSpec.scala @@ -1,10 +1,10 @@ package net.usebox.gemini.server +import net.usebox.gemini.server.URIUtils._ + import org.scalatest.flatspec.AnyFlatSpec import org.scalatest.matchers.should.Matchers -import URIUtils._ - class URIUtilsSpec extends AnyFlatSpec with Matchers { behavior of "validPath" |