Skip to content

Commit b563c2d

Browse files
author
Tomáš Polívka
committed
Fixed (parallel of TV does not have any timetable slot)
1 parent c30b363 commit b563c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/parallels_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
end
5151

5252
it 'parses timetable slot ID' do
53-
page = client.parallels
53+
page = client.parallels.query('course.code' => 'MI-PAA')
5454
slot = page.items.first.timetable_slots.first
5555
expect(slot.id).not_to be_nil
5656
end

0 commit comments

Comments
 (0)