chore: fix bad merge

pull/24376/head
Jeffrey Smith II 2023-05-15 12:41:42 -04:00
parent d252866e18
commit cfd64e04fb
1 changed files with 0 additions and 1 deletions

View File

@ -430,7 +430,6 @@ mod tests {
let namespace = txn
.namespaces()
.create(&NamespaceName::new("1234_5678").unwrap(), None)
.create("1234_5678", None)
.await
.expect("namespace created");
let mut table = txn