mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 11:40:43 +00:00
test: tighten twitch client message assertion
This commit is contained in:
@@ -436,7 +436,6 @@ describe("TwitchClientManager", () => {
|
||||
id: "msg123",
|
||||
});
|
||||
|
||||
expect(capturedMessage).not.toBeNull();
|
||||
expect(capturedMessage?.username).toBe("testuser");
|
||||
expect(capturedMessage?.displayName).toBe("TestUser");
|
||||
expect(capturedMessage?.userId).toBe("12345");
|
||||
|
||||
Reference in New Issue
Block a user