Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fredjoonpark committed Jan 8, 2025
1 parent 80751e6 commit 440d8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion correctness/correctness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestReadLabelDNE(t *testing.T) {
t.Fatalf("RemoteRead error: %v", err)
}
if !isEmpty(resp) {
t.Errorf("expected empty results for DNE metric but got non-empty")
t.Errorf("expected empty results for DNE label but got non-empty")
}
}

Expand Down

0 comments on commit 440d8de

Please sign in to comment.