Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix legend test
  • Loading branch information
mwaskom committed Aug 4, 2022
commit 8817e8f488fcc7389b5b4b72fb84c0af7a4fc1b5
2 changes: 1 addition & 1 deletion tests/_core/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ def test_single_layer_common_unnamed_variable(self, xy):

labels = list(np.unique(s)) # assumes sorted order

assert e[0] == (None, id(s))
assert e[0] == ("", id(s))
assert e[-1] == labels

artists = e[1]
Expand Down