From cdc6e25acfdfd006213dd51aeaa6ad324da6543a Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Wed, 30 Aug 2023 18:02:13 +0100 Subject: [PATCH] Correct name of test --- src/composable/orderTypes/Twap.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composable/orderTypes/Twap.spec.ts b/src/composable/orderTypes/Twap.spec.ts index 234625a2..2e0becde 100644 --- a/src/composable/orderTypes/Twap.spec.ts +++ b/src/composable/orderTypes/Twap.spec.ts @@ -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',