Skip to content

Commit 3802956

Browse files
committed
Fixed failing test.
1 parent 29f29f3 commit 3802956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalac-scoverage-plugin/src/test/scala/scoverage/IOUtilsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class IOUtilsTest extends FreeSpec with MockitoSugar with OneInstancePerTest wit
6464
writer3.write("11\n20\n30\n\n44\n")
6565
writer3.close()
6666

67-
val files = IOUtils.reportFileSearch(base)
67+
val files = IOUtils.reportFileSearch(base, IOUtils.isReportFile)
6868
val invoked = IOUtils.invoked(files)
6969
assert(invoked.toSet === Set(1, 2, 3, 4, 5, 6, 7, 8, 11, 20, 30, 44))
7070

0 commit comments

Comments
 (0)