Skip to content

Commit

Permalink
Update App ExampleUnitTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
AsemLab committed Jul 29, 2024
1 parent b09d8ea commit 2cc65a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/test/java/com/asemlab/samples/ExampleUnitTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import org.junit.Assert.*
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(5, 2 + 2)
assertEquals(6, 2 + 2)
}
}

0 comments on commit 2cc65a4

Please sign in to comment.