Skip to content

Commit bfe4614

Browse files
author
exoego
committed
Ammend test
1 parent 7c2bb3e commit bfe4614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ class PluginCoverageScalaJsTest
2020
| def toJson(value: String): String = js.JSON.stringify(value)
2121
|}""".stripMargin)
2222
assert(!compiler.reporter.hasErrors)
23-
compiler.assertNMeasuredStatements(2)
23+
compiler.assertNMeasuredStatements(4)
2424
}
2525
}

0 commit comments

Comments
 (0)