diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9b4586d..52ee068 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -44,4 +44,4 @@ jobs: run: git checkout $(git rev-list --max-parents=0 main) test/simpleBank.test.js - name: Run tests - run: truffle test test/simpleBank.test.js + run: truffle test diff --git a/test/simpleBank.test.js b/test/simpleBank.test.js index 54a27a5..31b5ea5 100644 --- a/test/simpleBank.test.js +++ b/test/simpleBank.test.js @@ -8,7 +8,7 @@ installed, you can uninstall the existing version with `npm uninstall -g truffle with `npm install -g truffle`. */ -// const { catchRevert } = require("./exceptionsHelpers.js"); + var SimpleBank = artifacts.require("./SimpleBank.sol"); const { expectRevert } = require('@openzeppelin/test-helpers');