test: rename signal reaction-only test (#637)

This commit is contained in:
Peter Steinberger
2026-01-10 19:17:17 +01:00
parent 801e7dd811
commit b1664ec9c7

View File

@@ -197,7 +197,7 @@ describe("monitorSignalProvider tool results", () => {
expect(updateLastRouteMock).not.toHaveBeenCalled();
});
it("ignores reaction-only messages when reactions live in dataMessage", async () => {
it("ignores reaction-only dataMessage.reaction events (dont treat as broken attachments)", async () => {
const abortController = new AbortController();
streamMock.mockImplementation(async ({ onEvent }) => {