From bbd88e75eb6d83fbbb3e3a11395c197c74cdcca3 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 5 Dec 2018 15:41:12 +0000 Subject: [PATCH] fix broken tests --- .../test/unit/coffee/WebsocketControllerTests.coffee | 6 ------ 1 file changed, 6 deletions(-) diff --git a/services/real-time/test/unit/coffee/WebsocketControllerTests.coffee b/services/real-time/test/unit/coffee/WebsocketControllerTests.coffee index b6a4069c67..9621589d26 100644 --- a/services/real-time/test/unit/coffee/WebsocketControllerTests.coffee +++ b/services/real-time/test/unit/coffee/WebsocketControllerTests.coffee @@ -559,12 +559,6 @@ describe 'WebsocketController', -> it "should call the callback", -> @callback.called.should.equal true - - it "should update the active users metric", -> - @metrics.set.calledWith("editor.active-users", @user_id).should.equal true - - it "should update the active projects metric", -> - @metrics.set.calledWith("editor.active-projects", @project_id).should.equal true it "should increment the doc updates", -> @metrics.inc.calledWith("editor.doc-update").should.equal true