Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
agautam478 committed Apr 4, 2024
1 parent 4688987 commit 714ce49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/persistence/nosql/nosql_execution_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,7 @@ func TestRangeDeleteReplicationTaskFromDLQ(t *testing.T) {
exclusiveBeginID: 1,
inclusiveEndID: 100,
setupMock: func(mockDB *nosqlplugin.MockDB) {
mockDB.EXPECT().IsNotFoundError(gomock.Any()).Return(true).AnyTimes()
mockDB.EXPECT().
RangeDeleteReplicationDLQTasks(ctx, shardID, "sourceCluster", int64(1), int64(100)).
Return(errors.New("database error"))
Expand Down

0 comments on commit 714ce49

Please sign in to comment.