Skip to content

Commit

Permalink
Merge pull request apache#129 from Zariel/fix-fatalf
Browse files Browse the repository at this point in the history
Fix fatalf formatting
  • Loading branch information
tux21b committed Mar 14, 2014
2 parents 8c74b3c + edfeb90 commit 0b6b52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func TestCreateSessionTimeout(t *testing.T) {
t.Fatal("expected ErrNoConncetions, but no error was returned.")
}
if err != ErrNoConnections {
t.Fatal("expected ErrNoConnections, but received %v", err)
t.Fatalf("expected ErrNoConnections, but received %v", err)
}
}

Expand Down

0 comments on commit 0b6b52e

Please sign in to comment.