Skip to content

Commit

Permalink
Merge pull request #939 from gozeloglu/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
beorn7 committed Nov 29, 2021
2 parents 1b145ca + 55320aa commit 6d5cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/push/push_test.go
Expand Up @@ -199,7 +199,7 @@ func TestPush(t *testing.T) {
Collector(metric1).
Collector(metric2).
Push(); err == nil {
t.Error("push with empty job succeded")
t.Error("push with empty job succeeded")
} else {
if got, want := err, errJobEmpty; got != want {
t.Errorf("got error %q, want %q", got, want)
Expand Down

0 comments on commit 6d5cf25

Please sign in to comment.