From afe2094b65720b5fe3f1d933bdd65be07d344e7f Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Fri, 22 Nov 2024 17:14:03 +0000 Subject: [PATCH] Fix typo --- spec/factories/sales_log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories/sales_log.rb b/spec/factories/sales_log.rb index e43d40423..f5e942c34 100644 --- a/spec/factories/sales_log.rb +++ b/spec/factories/sales_log.rb @@ -39,7 +39,7 @@ FactoryBot.define do ownershipsch { 2 } type { 9 } jointpur { 1 } - jointmor { 1 } + jointmore { 1 } noint { 2 } privacynotice { 1 } purchid { rand(999_999_999).to_s }