Skip to content

Commit

Permalink
fix the scatter plot test
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 28, 2024
1 parent b062535 commit d2fc8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web_components/scatter_plot_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_scatter_plot():
plot = ScatterPlot()

# Update the properties (the figure is the first element in the property list)
all_properties = plot.update_properties(fs)
all_properties = plot.update_properties(fs.pull_dataframe())
figure = all_properties[0]
figure.show()

Expand Down

0 comments on commit d2fc8a7

Please sign in to comment.