From 5a0b16073662a7e17d43dbe50abc324b9591f40b Mon Sep 17 00:00:00 2001 From: Alexander Cogneau Date: Wed, 12 Aug 2015 11:02:41 +0200 Subject: [PATCH] Remove whitespace --- tests/completion/test_column_widths.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/completion/test_column_widths.py b/tests/completion/test_column_widths.py index c002d4deb..c9a219e78 100644 --- a/tests/completion/test_column_widths.py +++ b/tests/completion/test_column_widths.py @@ -44,14 +44,10 @@ class TestColumnWidths: @pytest.mark.parametrize("model", CLASSES) def test_list_size(self, model): - """Test if there are 3 items in the COLUMN_WIDTHS property""" - assert len(model.COLUMN_WIDTHS) == 3 @pytest.mark.parametrize("model", CLASSES) def test_column_width_sum(self, model): - """Test if the sum of the widths asserts to 100""" - assert sum(model.COLUMN_WIDTHS) == 100