From e234f13d971e35c5d0c22cc01f9a543dba4a72ef Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Wed, 20 Aug 2025 11:32:20 +0100 Subject: [PATCH] CLDC-NONE: fix test impacted by BigInteger update calculator verifies that this is the correct answer and previous was wrong --- spec/models/lettings_log_derived_fields_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/lettings_log_derived_fields_spec.rb b/spec/models/lettings_log_derived_fields_spec.rb index 6c082b1c3..e49e045a6 100644 --- a/spec/models/lettings_log_derived_fields_spec.rb +++ b/spec/models/lettings_log_derived_fields_spec.rb @@ -385,7 +385,7 @@ RSpec.describe LettingsLog, type: :model do { test_title: "correctly derives floats and weekly total charge", fields_to_set: { supcharg: 100.12, pscharge: 100.13, scharge: 100.98, brent: 100.97 }, - expected_values: { wsupchrg: 25.03, wpschrge: 25.03, wscharge: 25.24, wrent: 25.24, wtcharge: 100.55 }, + expected_values: { wsupchrg: 25.03, wpschrge: 25.03, wscharge: 25.25, wrent: 25.24, wtcharge: 100.55 }, }, { test_title: "correctly derives weekly care home charge when the letting is supported housing",