1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-23 22:42:10 +03:00

comment typo

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

View File

@@ -105,7 +105,7 @@ describe("MatrixScheduler", function() {
});
scheduler.queueEvent(eventA);
// as queing doesn't start processing
// as queueing doesn't start processing
// synchronously anymore (see commit bbdb5ac)
// wait just long enough before it does
await Promise.resolve();