Skip to content

Commit

Permalink
Add missing arguments to Errorf in TestSlingNew
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhamagnet authored and dghubble committed Apr 21, 2015
1 parent 748e0f2 commit 16c2f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestSlingNew(t *testing.T) {
}
// jsonBody should be copied
if child.jsonBody != sling.jsonBody {
t.Errorf("expected %v, got %v")
t.Errorf("expected %v, got %v", sling.jsonBody, child.jsonBody)
}
// bodyStruct should be copied
if child.bodyStruct != sling.bodyStruct {
Expand Down

0 comments on commit 16c2f9d

Please sign in to comment.