test: update test to expect normalized emoji (eyes instead of 👀)

This commit is contained in:
Ross Shannon 2026-01-30 00:51:50 +00:00
parent 99e35bdf49
commit 5b13910276

View File

@ -107,7 +107,7 @@ describe("monitorSlackProvider tool results", () => {
expect(reactMock).toHaveBeenCalledWith({
channel: "C1",
timestamp: "456",
name: "👀",
name: "eyes",
});
});