mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
core: fix config test by removing model field expectation
This commit is contained in:
parent
e54ec45002
commit
d644e0b8a7
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
},
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue