Lines 5000-5040

I love that you test if lines 5000-5040 are greater than the total in line 4950.

However, you do not test if these same lines are not equal to 4950. So if we miss them, or if we short them, there is no review flag.

Can you change your test for this review to be “Lines 5000-5040 Should be EQUAL to 4950” instead of the current “Lines 5000-5040 must be less than 4950”.