Skip to content

Commit

Permalink
Maybe solution to pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaintpreux committed Apr 27, 2024
1 parent 7f5828f commit 38c8903
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ public static void clearDatabase() {
database = new Database(true);
}

//@AfterClass
// public static void deleteDatabase() {
// database.deleteDatabase();
// }
@AfterClass
public static void deleteDatabase() {
database.deleteDatabase();
}

@Test
public void testPersist() {
Expand Down

0 comments on commit 38c8903

Please sign in to comment.