diff --git a/services/web/test/UnitTests/coffee/Project/V1ProjectGetterTests.coffee b/services/web/test/UnitTests/coffee/Project/V1ProjectGetterTests.coffee index a7d2e9f326..c97574550b 100644 --- a/services/web/test/UnitTests/coffee/Project/V1ProjectGetterTests.coffee +++ b/services/web/test/UnitTests/coffee/Project/V1ProjectGetterTests.coffee @@ -29,6 +29,7 @@ describe 'V1ProjectGetter', -> it 'should call the callback with no arguments', -> @callback.calledWith().should.equal true + @IntegrationProjectListGetter.findAllUsersProjects.called.should.equal false describe 'with overleaf-integration-web-module', -> beforeEach -> @@ -50,3 +51,4 @@ describe 'V1ProjectGetter', -> it 'should call the callback with all the projects and tags', -> @callback.calledWith(null, @response).should.equal true + @IntegrationProjectListGetter.findAllUsersProjects.called.should.equal true