test: drop redundant off-mode hasReplied assertion

This commit is contained in:
Peter Steinberger
2026-02-16 09:59:59 +00:00
parent 893f56b87d
commit a4e7f256db

View File

@@ -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", () => {