mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update poll create placeholder text, fix test flake
This commit is contained in:
@@ -122,7 +122,7 @@ describe('electron/state/ducks/username', () => {
|
||||
delay: 1000,
|
||||
})(dispatch, () => emptyState, null);
|
||||
|
||||
await clock.runToLastAsync();
|
||||
await clock.tickAsync(1000);
|
||||
assert.strictEqual(clock.now, 1000);
|
||||
|
||||
sinon.assert.calledOnce(dispatch);
|
||||
|
||||
Reference in New Issue
Block a user