Skip to content

Duplicate code #1034

@lyc-1025

Description

@lyc-1025

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions