From f94b0319a0ba24aa6b04573d40545193ed6fa34c Mon Sep 17 00:00:00 2001 From: qins Date: Sun, 25 Sep 2016 16:00:03 +0800 Subject: [PATCH] For issue #309 No new failure! --- pygal/test/test_line_log_none_max_solved.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygal/test/test_line_log_none_max_solved.py b/pygal/test/test_line_log_none_max_solved.py index 6c410c0..ce0f2ec 100644 --- a/pygal/test/test_line_log_none_max_solved.py +++ b/pygal/test/test_line_log_none_max_solved.py @@ -11,5 +11,5 @@ from math import cos, sin chart = Line(title='test', x_label_rotation=90, human_readable=True, logarithmic=True) chart.add('test 1', [None, None, None, None, -38, 48, None, 4422, 34443, 345586, 40003452, 1235533, 2235533]) chart.add('test 2', [ 1, 7, 19, 30, 40, 20, 38, 283, 2937, 29374, 20399, 293874, 3947]) -q = line.render_pyquery() +q = chart.render_pyquery() assert len(q(".dots")) == 20