Skip to content

Commit

Permalink
Delete duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Aug 30, 2023
1 parent cdc6e25 commit 8ceb521
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/composable/orderTypes/Twap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,6 @@ describe('Validate', () => {
})
})

test('Invalid twap: InvalidData', () => {
expect(Twap.fromData({ ...TWAP_PARAMS_TEST, appData: constants.AddressZero }).isValid()).toEqual({
isValid: false,
reason: 'InvalidData',
})
})

test('Invalid twap: InvalidSpan (limit duration)', () => {
expect(
Twap.fromData({
Expand Down

0 comments on commit 8ceb521

Please sign in to comment.