From 8f70dcf549cc8ee49e0191cd85a70efabd97b456 Mon Sep 17 00:00:00 2001 From: minglis Date: Thu, 1 Jun 2017 16:55:49 +0100 Subject: [PATCH] Fix typo --- tests/app/main/views/test_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_dashboard.py b/tests/app/main/views/test_dashboard.py index a6ff4e6a8..cda5b9f21 100644 --- a/tests/app/main/views/test_dashboard.py +++ b/tests/app/main/views/test_dashboard.py @@ -719,7 +719,7 @@ def test_should_show_remaining_free_tier_count( assert 'free text messages left' in response.get_data(as_text=True) -def test_should_show_cost_if_exceeded_fee_tier_count( +def test_should_show_cost_if_exceeded_free_tier_count( logged_in_client, mock_get_service_templates, mock_get_template_statistics,