Skip to content

Commit

Permalink
PATCH test
Browse files Browse the repository at this point in the history
  • Loading branch information
dorisjlee committed Jan 23, 2021
1 parent 9ade6dd commit d4fbae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ def test_vegalite_default_actions_registered(global_var):

def test_matplotlib_default_actions_registered(global_var):
lux.config.plotting_backend = "matplotlib"
df = pytest.car_df
df._repr_html_()
# Histogram Chart
assert "Distribution" in df.recommendation
Expand Down

0 comments on commit d4fbae3

Please sign in to comment.