mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-01-07 20:22:40 +00:00
fix bad test
This commit is contained in:
@@ -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();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user