Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
fix go vet warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jun 11, 2018
1 parent 276b73c commit 091ae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ttest.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func SubtestSimpleWrite(t *testing.T, tr smux.Transport) {
checkErr(t, err)

if string(buf2) != string(buf1) {
t.Error("buf1 and buf2 not equal: %s != %s", string(buf1), string(buf2))
t.Errorf("buf1 and buf2 not equal: %s != %s", string(buf1), string(buf2))
}
log("done")
}
Expand Down

0 comments on commit 091ae62

Please sign in to comment.