Skip to content

Commit

Permalink
commit cancel end
Browse files Browse the repository at this point in the history
  • Loading branch information
shukai committed Jan 21, 2025
1 parent a14e856 commit e065c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void testXABranchCommit() throws Throwable {

connectionProxyXA.commit();

Mockito.verify(xaResource).end(any(Xid.class), any(Integer.class));
Mockito.verify(xaResource, times(0)).end(any(Xid.class), any(Integer.class));
Mockito.verify(xaResource, times(0)).prepare(any(Xid.class));
}

Expand Down

0 comments on commit e065c53

Please sign in to comment.