Browse Source

Revert "fixup! CLDC-4119: Add UPRN to duplicate log trait"

This reverts commit 9ff5f09839.
CLDC-4119-amend-lettings-duplicate-log-check
samyou-softwire 1 day ago
parent
commit
fe2ae89b42
  1. 2
      spec/factories/lettings_log.rb

2
spec/factories/lettings_log.rb

@ -38,7 +38,7 @@ FactoryBot.define do
address_line1 { "same address line 1" }
postcode_full { "A1 1AA" }
uprn_known { 1 }
uprn { "1234567890123" }
uprn { "1234567890" }
declaration { 1 }
age1_known { 0 }
age1 { 18 }

Loading…
Cancel
Save