From 15fa06d5d24a0bf4d0132fc206b3bf7a96831d6e Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 29 Oct 2024 11:27:41 -0400 Subject: [PATCH] PR comments --- spec/lib/efile/nj/nj1040_calculator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/efile/nj/nj1040_calculator_spec.rb b/spec/lib/efile/nj/nj1040_calculator_spec.rb index a19c7f8c23..02d92e67da 100644 --- a/spec/lib/efile/nj/nj1040_calculator_spec.rb +++ b/spec/lib/efile/nj/nj1040_calculator_spec.rb @@ -408,7 +408,7 @@ def over_65_birth_year context 'with interest on government bonds' do let(:intake) { create(:state_file_nj_intake, :df_data_two_deps) } - it 'sets line 16a to 300 (fed taxable income minus sum of bond interest)' do + it 'sets line 16a to 300 (fed taxable interest 500 minus sum of bond interest 200)' do expect(instance.lines[:NJ1040_LINE_16A].value).to eq(300) end end