Explorar o código

Fixing expected value for TestRebindQueryInfo when q.Bind(24). (#1075)

Matheus Lin Truglio Alvarenga %!s(int64=8) %!d(string=hai) anos
pai
achega
2c8c099c25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cassandra_test.go

+ 1 - 1
cassandra_test.go

@@ -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)
 	}
 }