Skip to content

Commit 55320aa

Browse files
committed
Fix typo
Signed-off-by: Gökhan Özeloğlu <[email protected]>
1 parent 1b145ca commit 55320aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/push/push_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func TestPush(t *testing.T) {
199199
Collector(metric1).
200200
Collector(metric2).
201201
Push(); err == nil {
202-
t.Error("push with empty job succeded")
202+
t.Error("push with empty job succeeded")
203203
} else {
204204
if got, want := err, errJobEmpty; got != want {
205205
t.Errorf("got error %q, want %q", got, want)

0 commit comments

Comments
 (0)