expenseAllocation: Test typos as invalid values.
This commit is contained in:
parent
99f97d3f58
commit
a1ec25a33d
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ VALID_VALUES = {
|
|||
|
||||
INVALID_VALUES = {
|
||||
'invalid',
|
||||
'porgram',
|
||||
'adimn',
|
||||
'fundrasing',
|
||||
'',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue