Skip to content

Commit f6934c8

Browse files
senamakelmedullabot
andcommitted
test(core): update memory trait tests
Refresh the memory trait test coverage to reflect the current store behavior. Auto-committed-on: dragonfly Co-authored-by: Medulla <medulla@tinyhumans.ai>
1 parent 183d2c1 commit f6934c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ async fn namespace_summaries_strips_brackets_from_pii_redacted_sectioned_namespa
319319
);
320320
let parsed = Namespace::parse(&found.namespace)
321321
.unwrap_or_else(|e| panic!("reported namespace `{}` must parse: {e}", found.namespace));
322-
assert_eq!(parsed.section(), &MemorySection::Conversation);
322+
assert_eq!(parsed.section(), Some(&MemorySection::Conversation));
323323
}
324324

325325
#[tokio::test]

0 commit comments

Comments
 (0)