diff --git a/tests/export-cmd.test.ts b/tests/export-cmd.test.ts index 7f49f7f..6fc7b93 100644 --- a/tests/export-cmd.test.ts +++ b/tests/export-cmd.test.ts @@ -86,7 +86,7 @@ async function setupSession(stateFile: string) { ctx, ); const text = (res.content[0] as any).text as string; - assert.match(text, /1 block/, "compress created a block"); + assert.match(text, /blocks: b1=/, "compress created a block"); return { api, ctx, notifies }; }