Skip to content

Commit d7523b6

Browse files
author
marcel corso
committed
thanks rubocop! you saved me <3
1 parent bea7298 commit d7523b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/call_flow_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
expect(list.items.count).to eq 2
106106
expect(list.items[0].id).to eq 'cfid-0000'
107107
expect(list.per_page).to eq 2
108-
expect(list.current_page).to eq 1
108+
expect(list.current_page).to eq 1
109109
expect(list.total_count).to eq 111
110110
end
111111

0 commit comments

Comments
 (0)