Browse Source

refactor: lint

pull/1946/head
natdeanlewissoftwire 3 years ago
parent
commit
cbd31c5a8b
  1. 1
      spec/models/location_spec.rb

1
spec/models/location_spec.rb

@ -958,7 +958,6 @@ RSpec.describe Location, type: :model do
expect(described_class.filter_by_status(%w[incomplete]).count).to eq(2)
expect(described_class.filter_by_status(%w[incomplete])).to include(incomplete_location)
expect(described_class.filter_by_status(%w[incomplete])).to include(incomplete_location_with_nil_confirmed)
end
end

Loading…
Cancel
Save