Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 0444397

Browse files
author
Victor Wiebe
committed
fix: minor edit on failing test
1 parent 228d451 commit 0444397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/contract_wrappers/modules/transfer_manager/__tests__/lock_up_transfer_manager_wrapper.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ describe('LockUpTransferManagerWrapper', () => {
368368
// Real call
369369
const result = await target.getAllLockupData();
370370
// Result expectation
371-
expect(result[0].lockupName).toEqual(expectedResult[0][0]);
372371
for (let i = 0; i < result.length; i += 1) {
373372
expect(result[1].lockupName).toEqual(bytes32ArrayToStringArray(expectedNames));
374373
expect(result[i].lockupAmount).toEqual(weiToValue(expectedLockupAmount, expectedDecimalsResult));

0 commit comments

Comments
 (0)