mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
core: fix config test by removing model field expectation
This commit is contained in:
@@ -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()
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user