Skip to content

Commit

Permalink
RTO-35842 Spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaeverestengineering committed Nov 14, 2024
1 parent c792b24 commit ac071b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/lib/moodle_rb/courses_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@
end

context 'when passing array of ids' do
let(:ids) { [1, 2] }
let(:result) { course_moodle_rb.show(ids) }
let(:result) { course_moodle_rb.show(1, 2) }

specify do
expect(result).to be_a Array
Expand Down

0 comments on commit ac071b7

Please sign in to comment.