Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindew committed May 21, 2024
1 parent c810232 commit 3b2a392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def create_error(message,
group_class.new(error_d.context.source_location, "Contact", [error_d]),
group_class.new(error_e.context.source_location, "Info", [error_e])
]
expect(instance.group_errors).to contain_exactly(*expected)
expect(instance.group_errors).to match_array(expected)
end
end

Expand Down

0 comments on commit 3b2a392

Please # to comment.