Skip to content

Commit 8e100eb

Browse files
corrcted
1 parent b42e418 commit 8e100eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/org/xpdojo/bank/AccountTest.java

+4
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,9 @@ public void printAccountBalance(){
4848
assertThat(acc.balance).isEqualTo(0);
4949
}
5050

51+
@Test
52+
public void negativeBalance(){
53+
54+
}
5155

5256
}

0 commit comments

Comments
 (0)