Skip to content

Commit

Permalink
Remove unused constructor argument
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Apr 1, 2022
1 parent 0762479 commit 69c3781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/crosschain/CrossChainEnabled.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract('CrossChainEnabled', function () {
describe('Arbitrum-L2', function () {
beforeEach(async function () {
this.bridge = await BridgeHelper.deploy('Arbitrum-L2');
this.receiver = await CrossChainEnabledArbitrumL2Mock.new(this.bridge.address);
this.receiver = await CrossChainEnabledArbitrumL2Mock.new();
});

shouldBehaveLikeReceiver();
Expand Down

0 comments on commit 69c3781

Please # to comment.