Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorTik committed Feb 17, 2024
1 parent 945117b commit c820dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/me/zort/sqllib/test/TestCase1.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ public void test9_MultiplePk() {
assertTrue(connection.buildEntitySchema("multiple_pk", MultiplePKModel.class));
}

@Test
public void test10_Close() {
@AfterAll
public void close() {
System.out.println("Closing connection...");
connection.disconnect();
System.out.println("Connection closed");
Expand Down

0 comments on commit c820dac

Please sign in to comment.