Update backup tests to 996daf691d4162ce

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-10-01 15:30:21 -05:00 committed by GitHub
parent 1fafd912eb
commit 23a95ccea2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -194,7 +194,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'signalapp/Signal-Message-Backup-Tests'
ref: 'a18c9146e07441827a9b7c2e54ec0a5e6f2aa5bd'
ref: '996daf691d4162ce854845dc883c62adb1a3fe55'
path: 'backup-integration-tests'
- run: xvfb-run --auto-servernum npm run test-electron

View file

@ -33,6 +33,7 @@ function patchDeepEqual(method: 'deepEqual' | 'deepStrictEqual'): void {
return originalFn(...args);
} catch (error) {
reporters.base.useColors = false;
(reporters.base as unknown as { maxDiffSize: number }).maxDiffSize = 0;
error.message = reporters.base.generateDiff(
inspect(error.actual, { depth: Infinity, sorted: true }),
inspect(error.expected, { depth: Infinity, sorted: true })