Skip to content

Commit 40c67fe

Browse files
committed
test: update name
1 parent 82f727e commit 40c67fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nuxt/composables/use-preferences-provider.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('usePreferencesProvider', () => {
4949
})
5050
})
5151

52-
it('handles array merging by replacement (preventing duplicates)', () => {
52+
it('handles array merging by replacement', () => {
5353
mountWithSetup(() => {
5454
const defaults = { cols: ['name', 'version', 'date'] }
5555
const stored = { cols: ['name', 'version'] }

0 commit comments

Comments
 (0)