Skip to content

Commit 2f88207

Browse files
committed
maybe stop programming in multiple languages
1 parent b518086 commit 2f88207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ultraplot/tests/test_legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def test_sync_label_dict(rng):
205205
206206
We need to ensure that the legend is updated in the dictionary when its location is changed.
207207
"""
208-
data = rng.random.rand(2, 100)
208+
data = rng.random(2, 100)
209209
fig, ax = uplt.subplots()
210210
ax.plot(*data, label="test")
211211
leg = ax.legend(loc="lower right")

0 commit comments

Comments
 (0)