From d71f3dfc27637a782b5a4d86da6a725e3750604b Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 24 Aug 2018 13:03:05 -0400 Subject: [PATCH] Formatting --- tests/forms/test_financial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/forms/test_financial.py b/tests/forms/test_financial.py index 73479b8d..a767c882 100644 --- a/tests/forms/test_financial.py +++ b/tests/forms/test_financial.py @@ -69,7 +69,7 @@ def test_treasury_code_validation(input_, expected): ("02A", True), ("0012", False), ("012A", False), - ("2AB", False) + ("2AB", False), ], ) def test_ba_code_validation(input_, expected):