Skip to content

Commit

Permalink
Fix lab3 test23 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgdxbc authored and emichael committed Nov 14, 2024
1 parent 9923339 commit 43a03e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab3-paxos/tst/dslabs/paxos/PaxosTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ public void test23QuorumCheckingSearch() {
bfs(c2AtServer5);
final SearchState c2AtServer3 = goalMatchingState();

// Now, clear the prunes and find a state where server 2 has c1
// Now, clear the prunes and find a state where server 1 has c1
searchSettings.clear().maxTimeSecs(30).addInvariant(slotValid(1));

// Drop all pending messages to narrow search
Expand Down

0 comments on commit 43a03e4

Please sign in to comment.