diff --git a/spec/integ/matrix-client-methods.spec.js b/spec/integ/matrix-client-methods.spec.js index 09fac9fc6..d8d12e7e3 100644 --- a/spec/integ/matrix-client-methods.spec.js +++ b/spec/integ/matrix-client-methods.spec.js @@ -396,7 +396,7 @@ describe("MatrixClient", function() { describe("deleteDevice", function() { const auth = {a: 1}; - it("should pass through an auth dict", function(done) { + it("should pass through an auth dict", function() { httpBackend.when( "DELETE", "/_matrix/client/r0/devices/my_device", ).check(function(req) {