From 9ff5f098397ec8e0db9b203a6c16eb102a787661 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Fri, 20 Feb 2026 10:52:27 +0000 Subject: [PATCH] fixup! CLDC-4119: Add UPRN to duplicate log trait --- spec/factories/lettings_log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories/lettings_log.rb b/spec/factories/lettings_log.rb index b7547facb..ae5b21b4b 100644 --- a/spec/factories/lettings_log.rb +++ b/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 { "1234567890" } + uprn { "1234567890123" } declaration { 1 } age1_known { 0 } age1 { 18 }