Skip to content

Commit 24e2d23

Browse files
committed
Fix setup for request allocation unit test
1 parent efe1823 commit 24e2d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/StakingPool/requestAllocation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const product3 = {
100100
};
101101

102102
describe('requestAllocation', function () {
103-
const trancheOffset = 4;
103+
const trancheOffset = 5;
104104
beforeEach(async function () {
105105
const { stakingPool, cover } = this;
106106
const { defaultSender: manager } = this.accounts;

0 commit comments

Comments
 (0)