mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 21:11:26 +00:00
test: remove redundant line existence assertions
This commit is contained in:
@@ -37,7 +37,6 @@ describe("createTextMessageWithQuickReplies", () => {
|
||||
|
||||
expect(message.type).toBe("text");
|
||||
expect(message.text).toBe("Choose an option:");
|
||||
expect(message.quickReply).toBeDefined();
|
||||
expect(message.quickReply.items).toHaveLength(2);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user