Skip to content

Commit

Permalink
Update test/controllers/courses_controller_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Mesuere <Bart.Mesuere@UGent.be>
  • Loading branch information
jorg-vr and bmesuere authored Jan 8, 2025
1 parent 36f3847 commit 81b2a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/courses_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def with_users_signed_in(users)
assert_includes course.subscribed_members, user
end

test 'a course copied by a regular student should not include hidden/closed series' do
test 'a course copied by staff who isn't course admin should not include hidden/closed series' do
user = create :user, permission: :staff
course = create :course
course.enrolled_members << user
Expand Down

0 comments on commit 81b2a0b

Please sign in to comment.