Skip to content

Commit

Permalink
Feat: unit test success
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon-Chan committed Apr 11, 2024
1 parent b690afe commit 99091f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import org.junit.Test
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 3 + 2)
assertEquals(4, 2 + 2)
}
}

0 comments on commit 99091f7

Please sign in to comment.