Skip to content

Commit

Permalink
feat-2
Browse files Browse the repository at this point in the history
  • Loading branch information
micsza committed Nov 28, 2023
1 parent e76366f commit 9122cec
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 @@ -4,4 +4,8 @@ class MySpec extends AnyFlatSpec with Matchers {
"This" should "dooo" in {
1 + 2 should be(3)
}

"That" should "do too" in {
1 + 1 should be(2)
}
}

0 comments on commit 9122cec

Please sign in to comment.