From 84ac889e224879cde9c08fcad2c2b0d19ea288f1 Mon Sep 17 00:00:00 2001 From: cpojer Date: Sat, 31 Jan 2026 15:10:32 +0900 Subject: [PATCH] Fix lint. --- src/commands/models.list.test.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/commands/models.list.test.ts b/src/commands/models.list.test.ts index cf672b2ee..5675537e4 100644 --- a/src/commands/models.list.test.ts +++ b/src/commands/models.list.test.ts @@ -18,18 +18,6 @@ const modelRegistryState = { available: [] as Array>, }; -class AuthStorage {} - -class ModelRegistry { - getAll() { - return modelRegistryState.models; - } - - getAvailable() { - return modelRegistryState.available; - } -} - vi.mock("../config/config.js", () => ({ CONFIG_PATH: "/tmp/openclaw.json", STATE_DIR: "/tmp/openclaw-state",