Skip to content

Commit

Permalink
Fix test as the tooltip is no more included
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jul 17, 2015
1 parent adc03ef commit 10fb856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Changelog
* Move ``font_size`` config to style
* Add ``font_family`` for various elements in style
* Add ``googlefont:font`` support for style fonts
* Add ``tooltip_fancy_mode`` to revert to old tooltips

1.7.0
=====
Expand Down
4 changes: 2 additions & 2 deletions pygal/test/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,9 @@ def test_labels_with_links(Chart):

if isinstance(chart, BaseMap):
# No country is found in this case so:
assert len(links) == 4 # 3 links and 1 tooltip
assert len(links) == 3
else:
assert len(links) == 8 # 7 links and 1 tooltip
assert len(links) == 7


def test_sparkline(Chart, datas):
Expand Down

0 comments on commit 10fb856

Please sign in to comment.