Skip to content

Commit 0de7c94

Browse files
authored
Merge pull request #232 from ampleforth/naguib-sigmoid-2
Sigmoid Rebase curve - Fix test to account for updated initial state variables
2 parents 3cca866 + caf0505 commit 0de7c94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/unit/UFragmentsPolicy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ describe('UFragmentsPolicy:initialize', async function () {
171171
expect(r[1]).to.eq(0)
172172
})
173173
it('rebaseWindowOffsetSec', async function () {
174-
expect(await uFragmentsPolicy.rebaseWindowOffsetSec()).to.eq(72000)
174+
expect(await uFragmentsPolicy.rebaseWindowOffsetSec()).to.eq(7200)
175175
})
176176
it('rebaseWindowLengthSec', async function () {
177-
expect(await uFragmentsPolicy.rebaseWindowLengthSec()).to.eq(900)
177+
expect(await uFragmentsPolicy.rebaseWindowLengthSec()).to.eq(1200)
178178
})
179179
it('should set owner', async function () {
180180
expect(await uFragmentsPolicy.owner()).to.eq(await deployer.getAddress())

0 commit comments

Comments
 (0)