Skip to content

Commit eb9e987

Browse files
senamakelmedullabot
andcommitted
style(tests): format namespace listing call consistently
Condense the namespace listing call to match the surrounding formatting without changing test behavior. Auto-committed-on: dragonfly Co-authored-by: Medulla <medulla@tinyhumans.ai>
1 parent 8d1ed03 commit eb9e987

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

‎crates/tinymemory-core/src/store/memory_trait_tests.rs‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,7 @@ async fn namespace_summaries_strips_brackets_from_pii_redacted_sectioned_namespa
327327
// `sanitize_namespace`'s own character mapping) would re-sanitize this
328328
// name to a *different* physical namespace than the one actually
329329
// written, so this call would silently return nothing.
330-
let listed = mem
331-
.list(Some(&found.namespace), None, None)
332-
.await
333-
.unwrap();
330+
let listed = mem.list(Some(&found.namespace), None, None).await.unwrap();
334331
assert_eq!(
335332
listed.len(),
336333
1,

0 commit comments

Comments
 (0)