Simplify ContactsParser

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-09 17:36:42 -05:00
committed by GitHub
parent 79e154d1f7
commit b4f4ba35b1
4 changed files with 135 additions and 153 deletions

View File

@@ -114,7 +114,7 @@ describe('DelimitedStream', () => {
new DelimitedStream(),
collect(out)
),
'Unfinished data'
'Unfinished frame'
);
});