Explorar el Código

core: fix config test by removing model field expectation

Dax Raad hace 4 meses
padre
commit
d644e0b8a7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/opencode/test/config/config.test.ts

+ 0 - 1
packages/opencode/test/config/config.test.ts

@@ -12,7 +12,6 @@ test("loads config with defaults when no files exist", async () => {
     fn: async () => {
       const config = await Config.get()
       expect(config.username).toBeDefined()
-      expect(config.model).toBeDefined()
     },
   })
 })