Einfachen Testfall eingefügt.

bak
hummel 2024-11-29 16:08:44 +01:00
parent e560e2098c
commit 0b69ae40d5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class AddTest {
@Test
void test() {
assertEquals(8, new Main().add(3, 4));
assertEquals(7, new Main().add(3, 4));
}
}