Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dorisjlee committed Jun 25, 2021
1 parent 65c7b6d commit dfabe0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def test_bar_chart(global_var):
lux.config.plotting_backend = "matplotlib"
vis = Vis(["Origin", "Acceleration"], df)
vis_code = vis.to_matplotlib()
assert "ax.barh(bars, measurements, align='center')" in vis_code
assert "ax.set_xlabel('Acceleration')" in vis_code
assert "ax.set_ylabel('Origin')" in vis_code

Expand Down

0 comments on commit dfabe0b

Please sign in to comment.