Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Dec 20, 2024
1 parent 45e65c3 commit cf3848d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/app/components/FileEditor/loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ describe('components/FileEditor/loader', () => {
})
it('should detect bucket preferences config', () => {
expect(detect('.quilt/catalog/config.yml').map((x) => x.brace)).toEqual([
'__quiltConfig',
'__bucketPreferences',
'yaml',
])
expect(detect('.quilt/catalog/config.yaml').map((x) => x.brace)).toEqual([
'__quiltConfig',
'__bucketPreferences',
'yaml',
])
expect(
Expand Down

0 comments on commit cf3848d

Please sign in to comment.