Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barrasso committed Mar 19, 2024
1 parent b31fd59 commit 762e739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/behaviors/rewardEscrow.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function itDoesRewardEscrow({ ctx, contract }) {
// no more accounts will be migratable for migrateVestingSchedule

it('reverts on call to migrateAccountEscrowBalances', async () => {
// fork has an old contract so should fail at the first modifier
const revertMsg = `Cannot be run on this layer`;
await assert.revert(
RewardEscrowV2Frozen.migrateAccountEscrowBalances([], [], []),
Expand Down

0 comments on commit 762e739

Please sign in to comment.