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