Skip to content

Commit

Permalink
Fixing expected value for TestRebindQueryInfo when q.Bind(24). (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuslin authored and Zariel committed Mar 19, 2018
1 parent 2e9f291 commit 2c8c099
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 @@ -1139,7 +1139,7 @@ func TestRebindQueryInfo(t *testing.T) {
}

if value != "w00t" {
t.Fatalf("expected %v but got %v", "quux", value)
t.Fatalf("expected %v but got %v", "w00t", value)
}
}

Expand Down

0 comments on commit 2c8c099

Please sign in to comment.