Skip to content

Commit

Permalink
update expected type in test_plot_supports_polars
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 5, 2024
1 parent 6a717bf commit fa4c18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvplot/tests/testplotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def test_plot_supports_polars():
pl = pytest.importorskip("polars")
dfp = pl.DataFrame(pd._testing.makeDataFrame())
out = plot(dfp, 'line')
assert isinstance(out, hv.Curve)
assert isinstance(out, hv.NdOverlay)

0 comments on commit fa4c18f

Please sign in to comment.