Browse Source

fix failing specs

pull/193/head
MadeTech Dushan 4 years ago
parent
commit
ee1a9b2b55
  1. 1
      spec/factories/case_log.rb

1
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 }

Loading…
Cancel
Save