-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Description
The FullMath.spec.ts file contains two identical test cases.,
it('reverts if output overflows uint256', async () => {
await expect(fullMath.mulDiv(Q128, Q128, 1)).to.be.reverted
})
it('reverts if output overflows uint256', async () => {
await expect(fullMath.mulDiv(Q128, Q128, 1)).to.be.reverted
})
Metadata
Metadata
Assignees
Labels
No labels