Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Bughue committed Feb 4, 2024
1 parent 2910eb2 commit fe00da5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ public static void before() {
MockServer.start();
}

@AfterAll
public static void after() {
MockServer.close();
}

@Test
public void testCommit() throws TransactionException {
String xid = doTestCommit(0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ public static void before() {
MockServer.start();
}

@AfterAll
public static void after() {
MockServer.close();
}


@Test
public void testRm() throws TransactionException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ public static void before() {
MockServer.start();
}

@AfterAll
public static void after() {
MockServer.close();
}

@Test
public void testTm() throws Exception {
Expand Down

0 comments on commit fe00da5

Please sign in to comment.