fix: add assertion for finalizer success message

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude Bot
2026-01-24 21:01:08 +00:00
parent 6b881b99a1
commit 84d9acda19

View File

@@ -185,6 +185,7 @@ waitForFinalizer().then(finalizerCalled => {
}
expect(stdout).toContain("PASS: Buffer created with correct data");
expect(stdout).toContain("PASS: Finalizer was called correctly");
expect(stdout).not.toContain("FAIL");
expect(exitCode).toBe(0);
}, 60000);