Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Jul 11, 2024
1 parent ba8f7e0 commit aeebf71
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ class ExampleUnitTest {
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}

@Test
fun addition_isCorrect2() {
assertEquals(4, 2 + 2)
}
}

0 comments on commit aeebf71

Please sign in to comment.