Reformatted a handful more tests

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-09-08 17:58:06 -04:00
parent 23f894581c
commit 72c8a46b8c
21 changed files with 139 additions and 118 deletions

View File

@@ -5,8 +5,8 @@ from tests import organization_json
@pytest.mark.parametrize(
"purchase_order_number,expected_result",
[[None, None], ["PO1234", [None, None, None, "PO1234"]]],
("purchase_order_number", "expected_result"),
[(None, None), ("PO1234", [None, None, None, "PO1234"])],
)
def test_organization_billing_details(purchase_order_number, expected_result):
organization = Organization(