mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
lint fix
This commit is contained in:
parent
e99313034d
commit
1b8c22bd7d
@ -134,7 +134,7 @@ describe('ChangePassword.vue', () => {
|
|||||||
await wrapper.find('form').trigger('submit')
|
await wrapper.find('form').trigger('submit')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('displays error message', async () => {
|
it('displays error message', async () => {
|
||||||
expect(mocks.$toast.error).toHaveBeenCalledWith('Ouch!')
|
expect(mocks.$toast.error).toHaveBeenCalledWith('Ouch!')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user