diff --git a/spec/TestClient.js b/spec/TestClient.js index 29b443f4a..a3d2dcb8a 100644 --- a/spec/TestClient.js +++ b/spec/TestClient.js @@ -185,7 +185,7 @@ TestClient.prototype.expectKeyQuery = function(response) { 200, (path, content) => { Object.keys(response.device_keys).forEach((userId) => { expect(content.device_keys[userId]).toEqual( - {}, + [], "Expected key query for " + userId + ", got " + Object.keys(content.device_keys), );