Skip to content

Commit db0a5dc

Browse files
committed
named_bind_markers it: teardown keyspaces
1 parent 966bbc3 commit db0a5dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scylla/tests/integration/statements/named_bind_markers.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ async fn test_named_bind_markers() {
6060
for wrongmap in wrongmaps {
6161
assert!(session.execute_unpaged(&prepared, &wrongmap).await.is_err());
6262
}
63+
64+
session.ddl(format!("DROP KEYSPACE {ks}")).await.unwrap();
6365
}

0 commit comments

Comments
 (0)