From ee1a9b2b55b4c5a40cb4df4066a33f9b97c2a9ff Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Fri, 3 Dec 2021 10:24:13 +0000 Subject: [PATCH] fix failing specs --- spec/factories/case_log.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/factories/case_log.rb b/spec/factories/case_log.rb index 8a133549b..c66ab7c3b 100644 --- a/spec/factories/case_log.rb +++ b/spec/factories/case_log.rb @@ -148,6 +148,7 @@ FactoryBot.define do armedforces { 1 } builtype { 1 } unitletas { 2 } + joint_tenancy { 1 } end created_at { Time.zone.now } updated_at { Time.zone.now }