Skip to content

Commit

Permalink
Correct name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Aug 30, 2023
1 parent f68bebe commit cdc6e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composable/orderTypes/Twap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('Validate', () => {
})
})

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

0 comments on commit cdc6e25

Please sign in to comment.