Browse Source

Fix one test

pull/15/head
Guillaume Ayoub 12 years ago
parent
commit
b7b1d304bf
  1. 2
      pygal/test/test_graph.py

2
pygal/test/test_graph.py

@ -64,7 +64,7 @@ def test_render_to_png(Chart, datas):
def test_metadata(Chart):
chart = Chart()
v = range(7)
v = range(1, 8)
if Chart == pygal.XY:
v = map(lambda x: (x, x + 1), v)

Loading…
Cancel
Save