Formatting
This commit is contained in:
parent
27601300aa
commit
d71f3dfc27
@ -69,7 +69,7 @@ def test_treasury_code_validation(input_, expected):
|
|||||||
("02A", True),
|
("02A", True),
|
||||||
("0012", False),
|
("0012", False),
|
||||||
("012A", False),
|
("012A", False),
|
||||||
("2AB", False)
|
("2AB", False),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_ba_code_validation(input_, expected):
|
def test_ba_code_validation(input_, expected):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user