Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update abi-coder filename in test
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Feb 3, 2021
1 parent 5eb96e8 commit d89e64c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/contract-tests/test/errors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var assert = require("chai").assert;
var util = require("./util");
const assert = require("chai").assert;
const util = require("./util");
const debug = require("debug")("contract:test:errors");

describe("Client appends errors (vmErrorsOnRPCResponse)", function () {
var Example;
Expand Down Expand Up @@ -320,7 +321,7 @@ describe("Client appends errors (vmErrorsOnRPCResponse)", function () {
"Should preserve hijacked error message"
);
assert(
e.hijackedStack.includes("/lib/abi-coder.js:"),
e.hijackedStack.includes("/src.ts/abi-coder.ts:"),
"Should preserve hijacked stack details"
);
}
Expand Down

0 comments on commit d89e64c

Please sign in to comment.