Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 11, 2024
1 parent 777bd3e commit 77b757b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/test/SortedTrovesTest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { TestHelper: th } = require("../utils/testHelpers.js");
const { createDeployAndFundFixture } = require("../utils/testFixtures.js");

const SortedTroves = artifacts.require("SortedTroves");
const SortedTrovesTester = artifacts.require("SortedTrovesTester");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { TestHelper: th, MoneyValues: mv } = require("../utils/testHelpers.js");
const { createDeployAndFundFixture } = require("../utils/testFixtures.js");

const { toBN, dec } = th;

Expand Down
1 change: 1 addition & 0 deletions contracts/test/stakeDeclineTest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { TestHelper: th } = require("../utils/testHelpers.js");
const TroveManagerTester = artifacts.require("./TroveManagerTester.sol");
const { createDeployAndFundFixture } = require("../utils/testFixtures.js");

const { dec, toBN, ZERO_ADDRESS } = th;

Expand Down

0 comments on commit 77b757b

Please sign in to comment.