Browse Source

Use hhmemb nil explicitly where feature test expects that

pull/2136/head
Rachael Booth 2 years ago
parent
commit
55e939908f
  1. 1
      spec/features/form/check_answers_page_lettings_logs_spec.rb

1
spec/features/form/check_answers_page_lettings_logs_spec.rb

@ -244,6 +244,7 @@ RSpec.describe "Lettings Log Check Answers Page" do
created_by: user, created_by: user,
needstype: 1, needstype: 1,
tenancycode: nil, tenancycode: nil,
hhmemb: nil,
age1: nil, age1: nil,
layear: 2, layear: 2,
waityear: 1, waityear: 1,

Loading…
Cancel
Save