Skip to content

Commit 8040b7a

Browse files
authored
Fix merge conflict - Int now comes from io-ts (#158)
1 parent e350bdf commit 8040b7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/commands/trainers/mark-member-trained-by.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ import {faker} from '@faker-js/faker';
22
import {constructEvent, DomainEvent} from '../../../src/types';
33
import {Actor} from '../../../src/types/actor';
44
import {arbitraryUser} from '../../types/user.helper';
5-
import {Int, UUID} from 'io-ts-types';
5+
import {UUID} from 'io-ts-types';
66
import {arbitraryActor} from '../../helpers';
77
import {markMemberTrainedBy} from '../../../src/commands/trainers/mark-member-trained-by';
88
import {DateTime} from 'luxon';
9+
import { Int } from 'io-ts';
910

1011
describe('markMemberTrainedBy authorization', () => {
1112
const equipmentId = faker.string.uuid() as UUID;

0 commit comments

Comments
 (0)