diff --git a/tests/test_meta_tax_implication.py b/tests/test_meta_tax_implication.py index 677f2c459565d0b0f137235765e1b3f5b89bc330..98c01620ccdf5144df79623fcf6259fe359f9b9c 100644 --- a/tests/test_meta_tax_implication.py +++ b/tests/test_meta_tax_implication.py @@ -20,6 +20,7 @@ VALID_VALUES = { 'Bank-Transfer': 'Bank-Transfer', 'Chargeback': 'Chargeback', 'Foreign-Corporation': 'Foreign-Corporation', + 'Foreign-Grantee': 'Foreign-Grantee', 'Foreign-Individual-Contractor': 'Foreign-Individual-Contractor', 'Loan': 'Loan', 'Refund': 'Refund', @@ -28,6 +29,8 @@ VALID_VALUES = { 'Tax-Payment': 'Tax-Payment', 'USA-501c3': 'USA-501c3', 'USA-Corporation': 'USA-Corporation', + 'USA-Grantee': 'USA-Grantee', + 'US-Grantee': 'USA-Grantee', 'W2': 'W2', }