From bc706018b92df380052fe0ab76af533bc8225fa8 Mon Sep 17 00:00:00 2001 From: Marianne Chevrot Date: Wed, 20 May 2020 17:56:17 +0200 Subject: speed up things --- tests_solver/test_solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests_solver') diff --git a/tests_solver/test_solver.py b/tests_solver/test_solver.py index 808804e..a1a0e67 100644 --- a/tests_solver/test_solver.py +++ b/tests_solver/test_solver.py @@ -15,7 +15,6 @@ def test_is_swappable(): [Kana("froz", "su"), Kana("norm", "su")], [Kana("norm", "su"), Kana("norm" )], [Kana("norm" ), Kana("froz", "su")], - [Kana("norm" ), Kana("norm" )], ] for swappable_grid in swappable_grids: @@ -26,6 +25,7 @@ def test_is_swappable(): not_swappable_grids = [ [Kana("norm", "su"), Kana("rock", "su")], [Kana("froz", "su"), Kana("froz", "su")], + [Kana("norm" ), Kana("norm" )], ] for not_swappable_grid in not_swappable_grids: -- cgit v1.2.3