Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 committed Jun 25, 2024
1 parent ee05805 commit ad2be6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void retrievesReadinessAndPublishesToAChannel() {
assertThat(beaconNodeReadinessManager.isReady(beaconNodeApi)).isTrue();

verify(validatorLogger).primaryBeaconNodeIsBackAndReady();
// call it every time we check, channel will filter itself
// call it every time we check, channel will filter it
verify(beaconNodeReadinessChannel, times(2)).onPrimaryNodeBackReady();
}

Expand Down

0 comments on commit ad2be6d

Please sign in to comment.