Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebotarev committed Jan 10, 2025
1 parent e78d846 commit 23b4fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/ndc/activity_state_replicator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (s *activityReplicatorStateSuite) TestActivity_DifferentStamp() {
localActivityInfo := &persistencespb.ActivityInfo{
Version: version,
Attempt: attempt,
Stamp: stamp + 1,
Stamp: stamp - 1,
}

apply := s.nDCActivityStateReplicator.compareActivity(
Expand Down

0 comments on commit 23b4fb6

Please sign in to comment.