Skip to content

Commit

Permalink
Fix unfinished string
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jan 8, 2025
1 parent 81b2a0b commit 71f0017
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 staff who isn't course admin 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 71f0017

Please sign in to comment.