Skip to content

Commit 4c2ed15

Browse files
committed
fix types in tests
1 parent 087d560 commit 4c2ed15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chai.use(chaiSolana);
1111
export type Workspace = Programs;
1212

1313
export const makeSDK = (): GokiSDK => {
14-
const anchorProvider = anchor.Provider.env();
14+
const anchorProvider = anchor.AnchorProvider.env();
1515
anchor.setProvider(anchorProvider);
1616

1717
const provider = SolanaProvider.load({

0 commit comments

Comments
 (0)