Browse Source

update test name

pull/1182/head
Kat 3 years ago
parent
commit
28aff9516a
  1. 2
      spec/models/user_spec.rb

2
spec/models/user_spec.rb

@ -132,7 +132,7 @@ RSpec.describe User, type: :model do
FactoryBot.create(:organisation_relationship, parent_organisation: user.organisation)
end
it "can filter lettings logs by user, year and status" do
it "can filter lettings logs by user, year, status and organisation" do
expect(user.logs_filters).to eq(%w[status years user organisation])
end
end

Loading…
Cancel
Save