diff --git a/common/static/coffee/spec/discussion/view/discussion_thread_list_view_spec.coffee b/common/static/coffee/spec/discussion/view/discussion_thread_list_view_spec.coffee index 11866c349c..c82ab2e406 100644 --- a/common/static/coffee/spec/discussion/view/discussion_thread_list_view_spec.coffee +++ b/common/static/coffee/spec/discussion/view/discussion_thread_list_view_spec.coffee @@ -75,6 +75,7 @@ describe "DiscussionThreadListView", -> + <% if (isCohorted && isPrivilegedUser) { %> + <% } %> \ - %if is_course_cohorted and is_moderator: -## Lack of indentation is intentional to avoid whitespace between this and siblings -${"<% if (isCohorted && isPrivilegedUser) { %>"}\ - %endif -## Lack of indentation is intentional to avoid whitespace between this and siblings -${"<% } %>"}