mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Remove duplicate test case
This commit is contained in:
parent
33c969c161
commit
5a806ca99e
@ -123,15 +123,6 @@ describe('passwordReset', () => {
|
||||
})
|
||||
})
|
||||
|
||||
describe('but invalid token', () => {
|
||||
it('resolves to false', async () => {
|
||||
variables = { newPassword, email: 'user@example.org', token: 'lksjdflksjdflksjdlkfjsf' }
|
||||
await expect(client.request(mutation, variables)).resolves.toEqual({
|
||||
resetPassword: false,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
describe('and valid token', () => {
|
||||
beforeEach(() => {
|
||||
variables = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user