test: update test to expect normalized emoji (eyes instead of 👀)
This commit is contained in:
parent
99e35bdf49
commit
5b13910276
@ -107,7 +107,7 @@ describe("monitorSlackProvider tool results", () => {
|
||||
expect(reactMock).toHaveBeenCalledWith({
|
||||
channel: "C1",
|
||||
timestamp: "456",
|
||||
name: "👀",
|
||||
name: "eyes",
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user