Commit 7b93744d authored by Robert Knight's avatar Robert Knight

Remove unused method mocks

parent 8701c515
......@@ -127,9 +127,7 @@ describe('Streamer', function() {
userid: 'jim@hypothes.is',
},
}),
hasPendingDeletion: sinon.stub().returns(false),
isSidebar: sinon.stub().returns(true),
pendingUpdateCount: sinon.stub().returns(0),
pendingUpdates: sinon.stub().returns({}),
pendingDeletions: sinon.stub().returns({}),
receiveRealTimeUpdates: sinon.stub(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment