From a1ec25a33de4c1ebb8865a03790d3f821b56ec2c 2020-03-05 17:23:52 From: Brett Smith Date: 2020-03-05 17:23:52 Subject: [PATCH] expenseAllocation: Test typos as invalid values. --- diff --git a/tests/test_meta_expenseAllocation.py b/tests/test_meta_expenseAllocation.py index 9d9d56facdee7fc103513b77e422d25638c16261..9592ba151e8ea24397a0b84041047cf0a092a9a2 100644 --- a/tests/test_meta_expenseAllocation.py +++ b/tests/test_meta_expenseAllocation.py @@ -29,6 +29,9 @@ VALID_VALUES = { INVALID_VALUES = { 'invalid', + 'porgram', + 'adimn', + 'fundrasing', '', }