fix: renamed the internal wasm_bindgen init function to avoid collision
This commit is contained in:
committed by
Michael Vines
parent
35d1235ed0
commit
7b238b3645
@ -1,6 +1,6 @@
|
||||
import { expect } from "chai";
|
||||
import { init, Keypair } from "crate";
|
||||
init();
|
||||
import { solana_program_init, Keypair } from "crate";
|
||||
solana_program_init();
|
||||
|
||||
describe("Keypair", function () {
|
||||
it("works", () => {
|
||||
|
Reference in New Issue
Block a user