Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzhelyazkov committed Aug 27, 2024
1 parent 077e3b0 commit a2a0553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/network/BancorNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3195,7 +3195,7 @@ describe('BancorNetwork', () => {
const TRADING_FEE_PPM = toPPM(10);

before(async () => {
[, emergencyStopper, networkFeeManager] = await ethers.getSigners();
[, emergencyStopper] = await ethers.getSigners();
});

beforeEach(async () => {
Expand Down

0 comments on commit a2a0553

Please sign in to comment.