fix bad test

This commit is contained in:
sbriat 2023-10-27 14:10:59 +02:00
parent 832fa865b8
commit f981afeea9
1 changed files with 1 additions and 1 deletions

View File

@ -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();
})