From c54448122b83890ee61e6d733a6e6f4387467a0e Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Fri, 2 Jun 2023 17:24:29 +0100 Subject: [PATCH] refactor: typo --- spec/models/validations/financial_validations_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/validations/financial_validations_spec.rb b/spec/models/validations/financial_validations_spec.rb index a325f24d9..ab3924d90 100644 --- a/spec/models/validations/financial_validations_spec.rb +++ b/spec/models/validations/financial_validations_spec.rb @@ -990,7 +990,7 @@ RSpec.describe Validations::FinancialValidations do end context "and charges are not provided" do - xit "throws and error" do + xit "throws an error" do record.period = 3 record.chcharge = nil financial_validator.validate_care_home_charges(record)