Skip to content

Commit

Permalink
test rebase 1
Browse files Browse the repository at this point in the history
  • Loading branch information
micsza committed Nov 30, 2023
1 parent e3c3a2b commit d605006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/test/scala/MySpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ class MySpec extends AnyFlatSpec with Matchers {
"One more" should "be fine" in {
1 + 0 should be(1)
}

"Test 1" should "be fine" in {
1 + 0 should be(1)
}
}

0 comments on commit d605006

Please sign in to comment.