wip
This commit is contained in:
@@ -56,7 +56,7 @@ describe('CompleteRaceCreationUseCase', () => {
|
||||
const state = CheckoutState.ready();
|
||||
|
||||
vi.mocked(mockCheckoutService.extractCheckoutInfo).mockResolvedValue(
|
||||
Result.ok({ price: undefined as any, state, buttonHtml: '<a>n/a</a>' })
|
||||
Result.ok({ price: undefined, state, buttonHtml: '<a>n/a</a>' })
|
||||
);
|
||||
|
||||
const result = await useCase.execute('test-session-123');
|
||||
|
||||
Reference in New Issue
Block a user