Skip to content

Commit a3314fb

Browse files
committed
fixing rubocop
1 parent 25f506e commit a3314fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/concepts/lesson/update_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030

3131
it 'updates the student project name' do
3232
described_class.call(lesson:, lesson_params:)
33-
student_remixes = lesson.project.remixes
34-
expect(student_remixes.first.name).to eq('New Name')
33+
expect(student_project.reload.name).to eq('New Name')
3534
end
3635

3736
it 'returns the lesson in the operation response' do

0 commit comments

Comments
 (0)