From a1ec25a33de4c1ebb8865a03790d3f821b56ec2c Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 5 Mar 2020 12:23:52 -0500 Subject: [PATCH] expenseAllocation: Test typos as invalid values. --- tests/test_meta_expenseAllocation.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_meta_expenseAllocation.py b/tests/test_meta_expenseAllocation.py index 9d9d56f..9592ba1 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', '', }