Skip to content

Commit

Permalink
Merge pull request #824 from tgodzik/fix-tests
Browse files Browse the repository at this point in the history
bugfix: Fix tests after conflicting merges
  • Loading branch information
tgodzik authored Sep 11, 2024
2 parents 262024d + 257a820 commit a4f195e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ object TestTransformFrameworkSuite
classOf[TestTransformFrameworkSuite],
"""|==> success munit.TestTransformFrameworkSuite.hello-ok
|==> success munit.TestTransformFrameworkSuite.suffix-success
|==> failure munit.TestTransformFrameworkSuite.suffix-fail - /scala/munit/TestTransformFrameworkSuite.scala:19 boom
|==> failure munit.TestTransformFrameworkSuite.suffix-fail - tests/shared/src/main/scala/munit/TestTransformFrameworkSuite.scala:19 boom
|18: test("suffix-fail") {
|19: fail("boom")
|20: }
|==> extra info
|==> failure munit.TestTransformFrameworkSuite.suffix-assertEquals - /scala/munit/TestTransformFrameworkSuite.scala:22
|==> failure munit.TestTransformFrameworkSuite.suffix-assertEquals - tests/shared/src/main/scala/munit/TestTransformFrameworkSuite.scala:22
|21: test("suffix-assertEquals") {
|22: assertEquals(0, 1)
|23: }
Expand Down

0 comments on commit a4f195e

Please sign in to comment.