Browse Source

Update the tests

pull/242/head
Florian Mounier 9 years ago
parent
commit
241874f695
  1. 2
      pygal/test/test_config.py

2
pygal/test/test_config.py

@ -322,7 +322,7 @@ def test_css(Chart):
f.flush()
config = Config()
config.css.append(f.name)
config.css.append('file://' + f.name)
chart = Chart(config)
chart.add('/', [10, 1, 5])

Loading…
Cancel
Save