Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit committed Sep 15, 2023
1 parent 87c38fe commit 165bbfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/pal-wasm-testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
THE SOFTWARE.
*/

import { checkPalIntegrity, withImpl } from '@pal/utils';
import { checkPalIntegrity, withImpl } from '../../pal/integrity-check';
import { join } from 'node:path';
import { readFileSync } from 'node:fs';

Expand Down Expand Up @@ -50,4 +50,4 @@ export async function ensureWasmModuleReady() {
return Promise.resolve();
}

checkPalIntegrity<typeof import('pal/wasm')>(withImpl<typeof import('./pal-wasm-testing')>());
checkPalIntegrity<typeof import('@pal/wasm')>(withImpl<typeof import('./pal-wasm-testing')>());

0 comments on commit 165bbfd

Please sign in to comment.