1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

comment typo

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Bruno Windels
2019-06-12 14:06:43 +00:00
committed by Bruno Windels
parent a9f9e2cf35
commit b005b75331

View File

@@ -310,7 +310,7 @@ describe("MatrixScheduler", function() {
expect(ev).toEqual(eventA);
return defer.promise;
});
// as queing doesn't start processing
// as queueing doesn't start processing
// synchronously anymore (see commit bbdb5ac)
// wait just long enough before it does
Promise.resolve().then(() => {