fix bad test
This commit is contained in:
parent
832fa865b8
commit
f981afeea9
|
@ -9,7 +9,7 @@ import { Test, TestingModule } from '@nestjs/testing';
|
|||
const mockQueryBus = {
|
||||
execute: jest
|
||||
.fn()
|
||||
.mockImplementationOnce(() => '200d61a8-d878-4378-a609-c19ea71633d2')
|
||||
.mockImplementationOnce(() => '3')
|
||||
.mockImplementationOnce(() => {
|
||||
throw new NotFoundException();
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue