Skip to content

Commit

Permalink
Fix Sprintf verb
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps committed May 10, 2015
1 parent 738f403 commit 5b0d4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func TestMultiWatch(t *testing.T) {
rv,
)
if err != nil {
panic(fmt.Sprintf("watch error for %v: %", name, err))
panic(fmt.Sprintf("watch error for %v: %v", name, err))
}
defer w.Stop()
watchesStarted.Done()
Expand Down

0 comments on commit 5b0d4d7

Please sign in to comment.