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