From 71a950d1c0a86c58c904e09bfaba851dac708762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 29 Nov 2019 12:05:32 +0100 Subject: [PATCH] tests: fix check against visualisation name --- tests/test_dataviz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_dataviz.py b/tests/test_dataviz.py index 65fb9242..648516ca 100644 --- a/tests/test_dataviz.py +++ b/tests/test_dataviz.py @@ -452,6 +452,6 @@ def test_chartng_cell_manager(app, admin_user): (u'plop:second', False, u'second visualization (Y)'), (u'plop:seventh', False, u'seventh visualization (loop/X/Y)'), (u'plop:sixth', False, u'sixth visualization (loop/Y)'), - (u'plop:tenth', False, u'third visualization (percents)'), + (u'plop:tenth', False, u'tenth visualization (percents)'), (u'plop:third', False, u'third visualization (X/Y)'), ]