Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rk committed Jan 18, 2024
1 parent 88aeec3 commit c23f0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/deletion/delete-records_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ func TestDeleteRecordsIntegration(t *testing.T) {
t.Fatalf("expected 2 messages, got %d", len(messages))
}

testutil.AssertEquals(t, "key-1#b", messages[0])
testutil.AssertEquals(t, "key-2#e", messages[1])
testutil.AssertContains(t, "key-1#b", messages)
testutil.AssertContains(t, "key-2#e", messages)
}

func TestDeleteRecordsAutoCompletionIntegration(t *testing.T) {
Expand Down

0 comments on commit c23f0e8

Please sign in to comment.