Skip to content

Commit

Permalink
update path on drop-down test (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvbom authored Mar 8, 2024
1 parent 43fa206 commit 9f96488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/components/DropDown.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test } from 'vitest'
import { getSortedMunicipalities, search } from './DropDown'
import { getSortedMunicipalities, search } from '../../components/DropDown'

test('Municipalities should be sorted by Swedish alphabetical order', () => {
expect(
Expand Down

0 comments on commit 9f96488

Please sign in to comment.