mirror of https://github.com/openclaw/openclaw.git
test: remove duplicate undefined template-variable guard case
This commit is contained in:
parent
3fb4a7eb53
commit
82fa526bb0
|
|
@ -811,10 +811,6 @@ describe("extractShortModelName", () => {
|
|||
});
|
||||
|
||||
describe("hasTemplateVariables", () => {
|
||||
it("returns false for undefined", () => {
|
||||
expect(hasTemplateVariables(undefined)).toBe(false);
|
||||
});
|
||||
|
||||
it("returns false for empty string", () => {
|
||||
expect(hasTemplateVariables("")).toBe(false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue