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