Formatting fixes
This commit is contained in:
@@ -50,8 +50,6 @@ describe('delegationIdentity', () => {
|
||||
it('formats pending delegate explorer link label by mix id when identity lookup missed', () => {
|
||||
expect(formatPendingDelegationLinkLabel('', 788)).toBe('Mix 788');
|
||||
expect(formatPendingDelegationLinkLabel('unbonded:788', 788)).toBe('Mix 788');
|
||||
expect(formatPendingDelegationLinkLabel('2Abcdefghijklmnopqrstuvwxyz1234567890', 788)).toBe(
|
||||
'2Abcde...567890',
|
||||
);
|
||||
expect(formatPendingDelegationLinkLabel('2Abcdefghijklmnopqrstuvwxyz1234567890', 788)).toBe('2Abcde...567890');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user