Formatting fixes

This commit is contained in:
Tommy Verrall
2026-06-08 12:47:01 +02:00
parent 2c1b5f59a3
commit d609d30f3a
@@ -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');
});
});