Skip to content

Commit

Permalink
Maintenance: Stabilize checklist query test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Sep 2, 2024
1 parent 64d29a4 commit 81b0907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/graphql/gql/queries/ticket/checklist_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'name' => checklist.name,
'completed' => false,
'incomplete' => 5,
'items' => checklist.items.map do |item|
'items' => checklist.items.sort_by(&:id).map do |item|
{
'id' => gql.id(item),
'text' => item.text,
Expand Down

0 comments on commit 81b0907

Please sign in to comment.