mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
test: remove duplicate extra-high think-level case
This commit is contained in:
@@ -30,11 +30,6 @@ describe("normalizeThinkLevel", () => {
|
||||
expect(normalizeThinkLevel("xhigher")).toBeUndefined();
|
||||
});
|
||||
|
||||
it("accepts extra-high aliases as xhigh", () => {
|
||||
expect(normalizeThinkLevel("extra-high")).toBe("xhigh");
|
||||
expect(normalizeThinkLevel("extra high")).toBe("xhigh");
|
||||
});
|
||||
|
||||
it("accepts on as low", () => {
|
||||
expect(normalizeThinkLevel("on")).toBe("low");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user