Skip to content

Commit

Permalink
fix: updated test code
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrecojs authored and kumavis committed Dec 4, 2023
1 parent 08a0825 commit a121a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grain/test/test-index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { makePromiseKit } from '@endo/promise-kit';
import { test } from './prepare-test-env-ava.js';
import { makePromiseKit } from '@endo/promise-kit';
import { makeSyncGrain, makeSyncArrayGrain, makeSyncGrainMap } from '../src/index.js';
import { makeReadonlyGrainMapFromRemote, makeRemoteGrainMap } from '../src/captp.js';

Expand Down

0 comments on commit a121a1d

Please sign in to comment.