Hotfix to address the IOException in the SimpleDatabaseManager class, modified modifier and deleted useless test.

This commit is contained in:
Riley Schneider
2026-01-06 23:36:29 +01:00
parent e667389694
commit 3050405792
8 changed files with 15 additions and 26 deletions

View File

@@ -5,12 +5,8 @@ import hhn.temp.project.provider.SimpleDatabaseManager;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.sql.SQLException;
import static org.junit.jupiter.api.Assertions.*;
public class DatabaseBadCasesTest {
private DatabaseManager databaseManager;