examples: Change package path

This commit is contained in:
Armani Ferrante 2021-01-22 06:21:55 -08:00
parent aa92095953
commit 41c3c57464
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 1 additions and 2 deletions

View File

@ -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();