We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966bbc3 commit db0a5dcCopy full SHA for db0a5dc
scylla/tests/integration/statements/named_bind_markers.rs
@@ -60,4 +60,6 @@ async fn test_named_bind_markers() {
60
for wrongmap in wrongmaps {
61
assert!(session.execute_unpaged(&prepared, &wrongmap).await.is_err());
62
}
63
+
64
+ session.ddl(format!("DROP KEYSPACE {ks}")).await.unwrap();
65
0 commit comments