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

Flush the httpBackend in the last crypto test

This commit is contained in:
Mark Haines
2015-07-21 17:53:04 +01:00
parent b33dcec74b
commit ffbc197650

View File

@@ -213,6 +213,7 @@ describe("MatrixClient crypto", function() {
done();
});
bobClient.startClient();
httpBackend.flush();
}
it("Bob receives a message", function(done) {