Browse Source

feat: update tests

pull/1775/head
natdeanlewissoftwire 3 years ago
parent
commit
6d14e42a42
  1. 2
      spec/helpers/filters_helper_spec.rb

2
spec/helpers/filters_helper_spec.rb

@ -86,7 +86,7 @@ RSpec.describe FiltersHelper do
end
context "when organisation and user are set to all" do
let(:filters) { { "owning_organisation_select" => "all", "user" => "all" } }
let(:filters) { { "owning_organisation_select" => "all", "assigned_to" => "all" } }
it "returns false" do
expect(result).to be_falsey

Loading…
Cancel
Save