diff --git a/await_test.go b/await_test.go index 2171769e..344f5568 100644 --- a/await_test.go +++ b/await_test.go @@ -211,7 +211,7 @@ func TestAwait_multiClient(t *testing.T) { t.Errorf("function for %d failed: %v", i, err) } if i != index { - t.Errorf(fmt.Sprintf("got %d but expected %d", i, index)) + t.Errorf("got %d but expected %d", i, index) } cp, _, _, err := log.ParseCheckpoint(cpRaw, "example.com/log/testdata", v) if err != nil {