Skip to content

Commit

Permalink
Assert commitInfos are not null in WatchRequestTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandika3 committed May 27, 2024
1 parent 2ebbad8 commit 0c042a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -559,5 +559,6 @@ static void assertNotReplicatedException(long logIndex, ReplicationLevel replica
Assert.assertNotNull(nre);
Assert.assertEquals(logIndex, nre.getLogIndex());
Assert.assertEquals(replication, nre.getRequiredReplication());
Assert.assertNotNull((nre.getCommitInfos()));
}
}

0 comments on commit 0c042a4

Please sign in to comment.