Fix tests.

Fix copy/paste error in the history table
This commit is contained in:
Rebecca Law
2017-03-02 12:12:01 +00:00
parent beb7fda32b
commit 6386cb968a
3 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ def set_primary_sms_provider(identifier):
def test_can_get_all_providers(restore_provider_details):
assert len(get_provider_details()) == 4
assert len(get_provider_details()) == 5
def test_can_get_sms_providers(restore_provider_details):