Skip to content

Commit 355e721

Browse files
committed
adapt test hashes
1 parent 107923c commit 355e721

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/test_legend_best_location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ def plot():
6262

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

test/test_legends2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ def plot():
3232

3333
def test():
3434
phash = helpers.Phash(plot())
35-
assert phash.phash == '7b447a5262d4952f', phash.get_details()
35+
assert phash.phash == '7f447a5266d4812f', phash.get_details()
3636
return

test/test_sharex_and_y.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def plot():
2020

2121
def test():
2222
phash = helpers.Phash(plot())
23-
assert phash.phash == 'bbcdbc12ef119812', phash.get_details()
23+
assert phash.phash == 'ffedac02bb942c02', phash.get_details()
2424
return
2525

2626

0 commit comments

Comments
 (0)