diff --git a/src/LoadHistory.test.ts b/src/LoadHistory.test.ts index 0c2623e..ac58edc 100644 --- a/src/LoadHistory.test.ts +++ b/src/LoadHistory.test.ts @@ -90,7 +90,7 @@ describe('generateMetadataChanges', () => { }); describe('generateContactsChanges', () => { - const shortContactPubkey = (a: Kind10002Tag) => `${(a[1]).substring(0, 10)}...`; + const shortContactPubkey = (a: Kind10002Tag) => `${(a[1]).substring(0, 10)}...`; test('the oldest event list all the contacts as a single change', () => { const r = generateContactsChanges([ { ...SampleEvents.kind3 } as Kind3Event,