Skip to content

Commit

Permalink
test: fix util import in analysis test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Feb 21, 2024
1 parent 6b09973 commit 64618d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server-core/test/unit/http/analysis.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import type { Analysis } from '@privateaim/core';
import { buildHTTPValidationErrorMessage } from '@privateaim/server-kit/src/http/validation/validation';
import { buildHTTPValidationErrorMessage } from '@privateaim/server-kit';
import {
dropTestDatabase, expectPropertiesEqualToSrc, removeDateProperties, useSuperTest, useTestDatabase,
} from '../../utils';
Expand Down

0 comments on commit 64618d7

Please sign in to comment.