Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
guyinyou committed Oct 10, 2023
1 parent ed7ea5b commit 02f9bf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public void testCheckSynchronizingSyncStateSetFlag() throws Exception {

// Step2: check flag SynchronizingSyncStateSet
Assert.assertTrue(masterHAService.isSynchronizingSyncStateSet());
Assert.assertEquals(this.messageStore1.getConfirmOffset(), 1570);
Assert.assertEquals(this.messageStore1.getConfirmOffset(), 1580);
Set<Long> syncStateSet = masterHAService.getSyncStateSet();
Assert.assertEquals(syncStateSet.size(), 2);
Assert.assertTrue(syncStateSet.contains(1L));
Expand Down

0 comments on commit 02f9bf5

Please sign in to comment.