mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 03:51:18 +00:00
test: tighten twitch client message assertion
This commit is contained in:
parent
82ebd54afe
commit
af9ae6b244
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue