mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-09 15:35:17 +00:00
test: drop redundant off-mode hasReplied assertion
This commit is contained in:
@@ -568,7 +568,6 @@ describe("createReplyReferencePlanner", () => {
|
||||
startId: "parent",
|
||||
});
|
||||
expect(planner.use()).toBeUndefined();
|
||||
expect(planner.hasReplied()).toBe(false);
|
||||
});
|
||||
|
||||
it("uses startId once when mode is first", () => {
|
||||
|
||||
Reference in New Issue
Block a user