main
Study 2022-11-02 18:23:04 +01:00
parent 48f7649539
commit 025a88aa24
4 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -39,7 +39,6 @@ class SystemTest {
bs.geldEinzahlen(1000, 200l);
bs.geldAuszahlen(1000, 100l);
assertEquals(100l, bs.getKontostand(1000));
File x = new File(bs.getBankname() + "-bank-data.ser");
assertTrue(x.delete());
}