mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
add placehodler for new test
This commit is contained in:
@@ -87,3 +87,7 @@ def test_extract_account_number_gov_staging():
|
|||||||
assert len(actual_account_number) == 6
|
assert len(actual_account_number) == 6
|
||||||
expected_account_number = "12345"
|
expected_account_number = "12345"
|
||||||
assert actual_account_number[4] == expected_account_number
|
assert actual_account_number[4] == expected_account_number
|
||||||
|
|
||||||
|
|
||||||
|
def test_check_delivery_receipts():
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user