Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AnalysisFormatBenchmark {
def setup(): Unit = {
this.temp = IO.createTemporaryDirectory
sets.foreach { s =>
val f = new File("../../../test-data", s"${s}.zip")
val f = new File("test-data", s"${s}.zip")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assert(f.exists())
val f2 = new File(temp, f.getName)
IO.copyFile(f, f2)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=2.0.3
sbt.version=2.0.4