Skip to content

Commit 897812a

Browse files
committed
Add addition_isNotEqual test
1 parent b5cf176 commit 897812a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

feature/stoplist/src/test/java/com/chaeny/busoda/stoplist/ExampleUnitTest.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ class ExampleUnitTest {
1414
fun addition_isCorrect() {
1515
assertEquals(4, 2 + 2)
1616
}
17-
}
17+
18+
@Test
19+
fun addition_isNotEqual() {
20+
assertNotEquals(5, 2 + 2)
21+
}
22+
}

0 commit comments

Comments
 (0)