diff --git a/questions/3312-easy-parameters/test-cases.ts b/questions/3312-easy-parameters/test-cases.ts index 0d88c2aa3..9d5cd11c7 100644 --- a/questions/3312-easy-parameters/test-cases.ts +++ b/questions/3312-easy-parameters/test-cases.ts @@ -1,5 +1,4 @@ -import type { Equal, Expect } from '@type-challenges/utils' -import { ExpectFalse, NotEqual } from '@type-challenges/utils' +import type { Equal, Expect } from '@type-challenges/utils' const foo = (arg1: string, arg2: number): void => {} const bar = (arg1: boolean, arg2: { a: 'A' }): void => {} @@ -9,4 +8,4 @@ type cases = [ Expect, [string, number]>>, Expect, [boolean, { a: 'A' }]>>, Expect, []>>, -] +]