diff --git a/cms/static/js/spec_helpers/create_sinon.js b/cms/static/js/spec_helpers/create_sinon.js index 9121561e7cc56adabd6e05aac0da01ee092d032d..fcaa21c585d2541cad53c7f55bb7c161973bb530 100644 --- a/cms/static/js/spec_helpers/create_sinon.js +++ b/cms/static/js/spec_helpers/create_sinon.js @@ -10,7 +10,7 @@ define(["sinon", "underscore"], function(sinon, _) { * errors were that one test suite was incorrectly being linked as the parent of an unrelated * test suite (causing both suites' afterEach methods to be called). No solution for the root * cause has been found, but initializing sinon and cleaning it up on a method-by-method - * basis seems to work. For more details, see STUD-1040. + * basis seems to work. For more details, see STUD-1264. */ /**