Fix build

This commit is contained in:
Armani Ferrante 2021-01-22 05:29:39 -08:00
parent 7bc07d292f
commit 32c6ad3cf5
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
2 changed files with 1 additions and 3 deletions

View File

@ -47,7 +47,6 @@ jobs:
- pushd examples/composite && anchor test && popd
- pushd examples/errors && anchor test && popd
- pushd examples/spl/token-proxy && anchor test && popd
- pushd examples/lockup && anchor test && popd
- pushd examples/tutorial/basic-0 && anchor test && popd
- pushd examples/tutorial/basic-1 && anchor test && popd
- pushd examples/tutorial/basic-2 && anchor test && popd

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("errors", () => {
// Configure the client to use the local cluster.