Skip to content

Commit

Permalink
Update regex for SJS 1.8+
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Doeraene <[email protected]>
  • Loading branch information
armanbilge and sjrd committed Apr 8, 2022
1 parent c0e5d94 commit b2d9743
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/shared/src/test/scala/munit/BaseFrameworkSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ abstract class BaseFrameworkSuite extends BaseSuite {
}
}
implicit val ec = munitExecutionContext
val elapsedTimePattern =
Pattern.compile(" \\d+\\.\\d+s$", Pattern.MULTILINE)
val elapsedTimePattern = Pattern.compile(" \\d+\\.\\d+s$")
TestingConsole.out = out
TestingConsole.err = out
for {
Expand Down

0 comments on commit b2d9743

Please sign in to comment.