Skip to content

Commit cd2ec08

Browse files
committed
fix TestPrepareExecuteMetadataChangedFlag
1 parent 17a3d5a commit cd2ec08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,7 @@ func TestPrepareExecuteMetadataChangedFlag(t *testing.T) {
37153715
require.Len(t, row, 1, "Expected to retrieve a single column")
37163716
require.Equal(t, 1, row["id"])
37173717

3718-
stmtCacheKey := session.stmtsLRU.keyFor(hostid, "", queryBeforeTableAltering.stmt)
3718+
stmtCacheKey := session.stmtsLRU.keyFor(hostid, "gocql_test", queryBeforeTableAltering.stmt)
37193719
inflight, ok := session.stmtsLRU.get(stmtCacheKey)
37203720
if !ok {
37213721
t.Fatalf("failed to find inflight entry for key %v", stmtCacheKey)

0 commit comments

Comments
 (0)