[IMP] l10n_us_hr_payroll: Improved test case for AZ Arizona 2020

This commit is contained in:
Bhoomi Vaishnani
2020-08-20 09:59:52 -04:00
parent 87e5042522
commit a308b1662f

View File

@@ -31,3 +31,4 @@ class TestUsAZPayslip(TestUsPayslip):
self._test_sit(1000.0, 10.0, 2.70, 'monthly', date(2020, 1, 1), 37.0)
self._test_sit(15000.0, 0.0, 3.60, 'weekly', date(2020, 1, 1), 540.0)
self._test_sit(8000.0, 0.0, 4.20, 'semi-monthly', date(2020, 1, 1), 336.0)
self._test_sit(8000.0, 0.0, 0.00, 'semi-monthly', date(2020, 1, 1), 0.0)