Skip to content

Commit fef7735

Browse files
committed
Updated formatting of swarmplot related unittests
1 parent 15f6ec3 commit fef7735

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nbs/tests/test_plot_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def test_swarmplot_order_params():
112112
def test_swarmplot_hue_params():
113113
swarmplot(hue="gender", **default_swarmplot_kwargs)
114114

115+
115116
@pytest.mark.parametrize("hue, palette", [
116117
# `palette` can be a string, list, tuple or a dict
117118
# Testing `palette` when color of swarms is based on `x` value

0 commit comments

Comments
 (0)