summaryrefslogtreecommitdiff
path: root/crashbox-server/src/test/scala/io/crashbox/ci/TestUtil.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-03-11 14:33:01 -0800
committerJakob Odersky <jakob@odersky.com>2017-03-11 14:33:01 -0800
commit5b57a310aec9a6f8bf7d3b42786fe0d758d40083 (patch)
tree3dc9ce3bcc496d89b3909854c681c2a27f7a98eb /crashbox-server/src/test/scala/io/crashbox/ci/TestUtil.scala
parent204376d7ede8f630d1f58aa5fea86f01f951ba8d (diff)
downloadcrashbox-ci-5b57a310aec9a6f8bf7d3b42786fe0d758d40083.tar.gz
crashbox-ci-5b57a310aec9a6f8bf7d3b42786fe0d758d40083.tar.bz2
crashbox-ci-5b57a310aec9a6f8bf7d3b42786fe0d758d40083.zip
Random build id
Diffstat (limited to 'crashbox-server/src/test/scala/io/crashbox/ci/TestUtil.scala')
-rw-r--r--crashbox-server/src/test/scala/io/crashbox/ci/TestUtil.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/crashbox-server/src/test/scala/io/crashbox/ci/TestUtil.scala b/crashbox-server/src/test/scala/io/crashbox/ci/TestUtil.scala
index a7e7ae6..2c68d87 100644
--- a/crashbox-server/src/test/scala/io/crashbox/ci/TestUtil.scala
+++ b/crashbox-server/src/test/scala/io/crashbox/ci/TestUtil.scala
@@ -1,6 +1,6 @@
package io.crashbox.ci
-import java.io.{File, OutputStream}
+import java.io.File
import java.nio.file.Files
object TestUtil {