Skip to content

Commit

Permalink
DEV: Add explicit ordering to more specs
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Sep 30, 2023
1 parent 578c92e commit d5aa616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

it 'should return submission attributes' do
wizard = CustomWizard::Wizard.create(template_json["id"])
list = CustomWizard::Submission.list(wizard, page: 0)
list = CustomWizard::Submission.list(wizard, page: 0, order_by: 'id')

json_array = ActiveModel::ArraySerializer.new(
list.submissions,
Expand Down

0 comments on commit d5aa616

Please sign in to comment.