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/handlers/ProtocolHandlerSpec.scala | |
parent | a42d3883f110831440f2d85977e9251c4a22541a (diff) | |
download | spacebeans-4a11cb6875e196297d44553c3f640d7bbb25256c.tar.gz spacebeans-4a11cb6875e196297d44553c3f640d7bbb25256c.zip |
Formattting
Diffstat (limited to 'server/test/src/handlers/ProtocolHandlerSpec.scala')
-rw-r--r-- | server/test/src/handlers/ProtocolHandlerSpec.scala | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/test/src/handlers/ProtocolHandlerSpec.scala b/server/test/src/handlers/ProtocolHandlerSpec.scala index d35c9f2..31b0700 100644 --- a/server/test/src/handlers/ProtocolHandlerSpec.scala +++ b/server/test/src/handlers/ProtocolHandlerSpec.scala @@ -1,14 +1,14 @@ package net.usebox.gemini.server.handlers -import java.nio.file.FileSystems import java.net.URI +import java.nio.file.FileSystems + +import net.usebox.gemini.server.{Response, ServiceConf} +import net.usebox.gemini.server.TestData import org.scalatest.flatspec.AnyFlatSpec import org.scalatest.matchers.should.Matchers -import net.usebox.gemini.server.{ServiceConf, Response} -import net.usebox.gemini.server.TestData - class ProtocolHandlerSpec extends AnyFlatSpec with Matchers { def getPath(value: String) = FileSystems.getDefault().getPath(value) |