diff --git a/examples/tutorial/basic-2/tests/basic-2.js b/examples/tutorial/basic-2/tests/basic-2.js index 767c923d8..cd2758a47 100644 --- a/examples/tutorial/basic-2/tests/basic-2.js +++ b/examples/tutorial/basic-2/tests/basic-2.js @@ -1,6 +1,5 @@ const assert = require("assert"); -//const anchor = require('@project-serum/anchor'); -const anchor = require("/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor/ts"); +const anchor = require('@project-serum/anchor'); describe("basic-2", () => { const provider = anchor.Provider.local();