Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit 0a62928

Browse files
author
abishopric
committed
fix test text
1 parent 1377c5b commit 0a62928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/labels/consul_aggregator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func TestQuitAggregateAfterResults(t *testing.T) {
8686
select {
8787
case <-success:
8888
case <-time.After(time.Second):
89-
t.Fatal("Should still be waiting or processing results after a second")
89+
t.Fatal("Should not be waiting or processing results after a second")
9090
}
9191
}
9292

0 commit comments

Comments
 (0)