summaryrefslogtreecommitdiff
path: root/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala')
-rw-r--r--crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala b/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala
index a03e476..ac21fdb 100644
--- a/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala
+++ b/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala
@@ -1,11 +1,11 @@
package io.crashbox.ci
import java.io.File
-import java.nio.file.Files
-import java.net.URL
-import org.eclipse.jgit.api.Git
-import scala.concurrent.duration._
+
import scala.concurrent.Await
+import scala.concurrent.duration._
+
+import org.eclipse.jgit.api.Git
import org.scalatest._
class SourceSpec extends FlatSpec with Matchers with Source with Core {