Skip to content

Commit 350f545

Browse files
committed
fix lint
1 parent 5e0ba98 commit 350f545

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './response-helpers';
1+
export * from './response-helpers';

test/utils/response-helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ErrorCode } from '../../src';
1+
import { ErrorCode } from '../../src/http/schemas';
22

33
/**
44
* Helper to create a success response envelope
@@ -55,4 +55,4 @@ export function createErrorResponse(error: {
5555
}
5656

5757
return response;
58-
}
58+
}

0 commit comments

Comments
 (0)