You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-05 00:42:10 +03:00
Fix expectBobQueryKeys test
This commit is contained in:
@@ -98,7 +98,7 @@ function expectBobQueryKeys() {
|
|||||||
"POST", "/keys/query",
|
"POST", "/keys/query",
|
||||||
).respond(200, function(path, content) {
|
).respond(200, function(path, content) {
|
||||||
expect(content.device_keys[aliUserId]).toEqual(
|
expect(content.device_keys[aliUserId]).toEqual(
|
||||||
{},
|
[],
|
||||||
"Expected Bob to key query for " + aliUserId + ", got " +
|
"Expected Bob to key query for " + aliUserId + ", got " +
|
||||||
Object.keys(content.device_keys),
|
Object.keys(content.device_keys),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user