mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
test(mcp): narrow read_note return before string assertions for ty
Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Drew Cain <groksrc@gmail.com>
This commit is contained in:
@@ -495,6 +495,7 @@ async def test_write_note_single_line_inline_fence_is_body_issue_972(app, test_p
|
||||
)
|
||||
|
||||
content = await read_note("meetings/meeting-notes", project=test_project.name)
|
||||
assert isinstance(content, str)
|
||||
|
||||
# The literal one-line string survives verbatim in the body...
|
||||
assert one_line in content
|
||||
|
||||
Reference in New Issue
Block a user