Skip to content

Commit

Permalink
removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekj720 committed Mar 6, 2024
1 parent 1a74d0d commit 4dd8b53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/domain/replication_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ func TestGetDLQSize(t *testing.T) {
tt.setupMock(mockQueueManager)
q := &replicationQueueImpl{queue: mockQueueManager}
size, err := q.GetDLQSize(context.Background())

if tt.wantErr {
assert.Error(t, err)
} else {
Expand Down

0 comments on commit 4dd8b53

Please sign in to comment.