Browse Source

Fix lint offence

pull/2539/head
Manny Dinssa 2 years ago
parent
commit
d28268d3bd
  1. 1
      spec/helpers/filters_helper_spec.rb

1
spec/helpers/filters_helper_spec.rb

@ -183,6 +183,7 @@ RSpec.describe FiltersHelper do
OpenStruct.new(id: parent_organisation.id, name: "Parent organisation"),
OpenStruct.new(id: 9_999_999, name: "Other organisation"),
])
end
context "when no organisation is selected in the filters" do
it "returns an empty list" do

Loading…
Cancel
Save