Skip to content

Commit

Permalink
fix go vet issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Jan 25, 2016
1 parent 331114c commit 25a87b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/streamer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ func TestStream_AlertSensu(t *testing.T) {
}

if exp := 2; pd.Status != exp {
t.Errorf("unexpected status got %s exp %s", pd.Status, exp)
t.Errorf("unexpected status got %v exp %v", pd.Status, exp)
}
}))
defer ts.Close()
Expand Down

0 comments on commit 25a87b7

Please sign in to comment.