Formatting

This commit is contained in:
richard-dds 2018-08-24 13:03:05 -04:00
parent 27601300aa
commit d71f3dfc27

View File

@ -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):