File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ def calculate_line_58
493
493
if @direct_file_data . fed_eic . positive?
494
494
( @direct_file_data . fed_eic * 0.4 ) . round
495
495
elsif Efile ::Nj ::NjFlatEitcEligibility . eligible? ( @intake )
496
- 240
496
+ 253
497
497
else
498
498
0
499
499
end
Original file line number Diff line number Diff line change @@ -1895,7 +1895,7 @@ def over_65_birth_year
1895
1895
allow ( Efile ::Nj ::NjFlatEitcEligibility ) . to receive ( :eligible? ) . and_return true
1896
1896
instance . calculate
1897
1897
1898
- expect ( instance . lines [ :NJ1040_LINE_58 ] . value ) . to eq ( 240 )
1898
+ expect ( instance . lines [ :NJ1040_LINE_58 ] . value ) . to eq ( 253 )
1899
1899
expect ( instance . lines [ :NJ1040_LINE_58_IRS ] . value ) . to eq ( false )
1900
1900
end
1901
1901
end
Original file line number Diff line number Diff line change 2202
2202
)
2203
2203
}
2204
2204
2205
- it "fills line 58 with $240 and does not check federal checkbox" do
2205
+ it "fills line 58 with $253 and does not check federal checkbox" do
2206
2206
allow ( Efile ::Nj ::NjFlatEitcEligibility ) . to receive ( :eligible? ) . and_return true
2207
2207
2208
2208
# thousands
2209
2209
expect ( pdf_fields [ "58" ] ) . to eq ""
2210
2210
# hundreds
2211
2211
expect ( pdf_fields [ "undefined_152" ] ) . to eq "2"
2212
- expect ( pdf_fields [ "undefined_153" ] ) . to eq "4 "
2213
- expect ( pdf_fields [ "Text170" ] ) . to eq "0 "
2212
+ expect ( pdf_fields [ "undefined_153" ] ) . to eq "5 "
2213
+ expect ( pdf_fields [ "Text170" ] ) . to eq "3 "
2214
2214
# decimals
2215
2215
expect ( pdf_fields [ "Text171" ] ) . to eq "0"
2216
2216
expect ( pdf_fields [ "Text172" ] ) . to eq "0"
You can’t perform that action at this time.
0 commit comments