diff --git a/tests/unit/components/Users/Profiles/Private/EditOrganisations.spec.js b/tests/unit/components/Users/Profiles/Private/EditOrganisations.spec.js index 2cc182f7d8..1dcc2527db 100644 --- a/tests/unit/components/Users/Profiles/Private/EditOrganisations.spec.js +++ b/tests/unit/components/Users/Profiles/Private/EditOrganisations.spec.js @@ -46,6 +46,11 @@ let mocks = { editPublicUserStub: null, editUserStub: null, getUserStub: null, + /** + * Commenting as it is giving null output + * Need to check it again later + */ + // restore: function(mockKey) { // this[mockKey].restore(); // },