Skip to content

Commit a9697cf

Browse files
committed
fix
1 parent a44126d commit a9697cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_legend_best_location.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def plot():
4747
axes[7].legend((l,), ('UC',), loc=0)
4848

4949
# Legend best location is "center"
50-
l, = axes[8].plot(
50+
l = axes[8].plot(
5151
t[:10],
5252
2 * np.cos(10 * t[:10]),
5353
t[-10:],
@@ -62,5 +62,5 @@ def plot():
6262

6363
def test():
6464
phash = helpers.Phash(plot())
65-
assert phash.phash == '879d991d2c877c1c', phash.get_details()
65+
assert phash.phash == '879d991d0e877c1c', phash.get_details()
6666
return

0 commit comments

Comments
 (0)