Skip to content

Commit

Permalink
unit test fix in sn--usersearch
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Nov 24, 2023
1 parent 1f59f11 commit 638dbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sn-react-usersearch/test/user-search.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { mount, shallow } from 'enzyme'
import React from 'react'
import { act } from 'react-dom/test-utils'
import UserSearchPanel from '../src/components/user-search'
import { TestUserList } from './_mocks_/test_contents'
import { TestUserList } from './__mocks__/test_contents'

describe('The user search component instance', () => {
let wrapper: any
Expand Down

0 comments on commit 638dbdb

Please sign in to comment.