mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Passive UUID fixes
This commit is contained in:
committed by
Scott Nonnenberg
parent
e7a01f8270
commit
37ad95af27
@@ -29,8 +29,8 @@ describe('Privacy', () => {
|
||||
|
||||
const actual = Privacy.redactUuids(text);
|
||||
const expected =
|
||||
'This is a log line with a uuid [REDACTED]b4\n' +
|
||||
'and another one IN ALL UPPERCASE [REDACTED]A3';
|
||||
'This is a log line with a uuid [REDACTED]6b4\n' +
|
||||
'and another one IN ALL UPPERCASE [REDACTED]CA3';
|
||||
assert.equal(actual, expected);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user