This commit is contained in:
2024-12-05 15:28:29 +01:00
parent 58c1396606
commit adb6322144

View File

@@ -6,9 +6,6 @@ import org.junit.jupiter.params.provider.CsvSource;
import org.junit.jupiter.params.provider.ValueSource;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.List;
import static org.junit.jupiter.api.Assertions.*;
@@ -23,7 +20,7 @@ public class PrivateBankTest {
@DisplayName("Set up a PrivateBank")
@BeforeAll
public static void init() throws AccountAlreadyExistsException, IOException, TransactionAlreadyExistException,
public static void init() throws AccountAlreadyExistsException, TransactionAlreadyExistException,
AccountDoesNotExistException, TransactionAttributeException {
String path = "accountdata";