Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazanec22 committed Oct 29, 2024
1 parent 01594b4 commit 15fa06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/efile/nj/nj1040_calculator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15fa06d

Please sign in to comment.