Skip to content

Commit 7cfb8b1

Browse files
authored
Fix remaining web3.js import (#255)
Not sure how that one slipped through CI
1 parent 3f5cd05 commit 7cfb8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/js/test/extensions/transferFee/transferCheckedWithFee.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Account, address, generateKeyPairSigner, some } from '@solana/web3.js';
1+
import { Account, address, generateKeyPairSigner, some } from '@solana/kit';
22
import test from 'ava';
33
import {
44
Token,

0 commit comments

Comments
 (0)