Skip to content

Commit 894860e

Browse files
committed
test hash fixes
1 parent fe1c4f3 commit 894860e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/test_annotate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def plot():
3939
def test():
4040
plt.close('all')
4141
phash = Phash(plot())
42-
assert phash.phash == 'ab8a79a1549654de', phash.get_details()
42+
assert phash.phash == 'ab8a71a1549e54be', phash.get_details()
4343

4444

4545
if __name__ == '__main__':

test/test_fancybox.py

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

194194
def test():
195195
phash = helpers.Phash(plot())
196-
assert phash.phash == 'dd2325d823cdd85a', phash.get_details()
196+
assert phash.phash == 'dd2325dc23cdd81a', phash.get_details()
197197

198198

199199
if __name__ == '__main__':

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 == '971d991d1c877c1c', phash.get_details()
65+
assert phash.phash == '879d990d0e8f7c1c', 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 == '7f447a5266d4812f', phash.get_details()
35+
assert phash.phash == '7b447a5262d4952f', phash.get_details()
3636
return

0 commit comments

Comments
 (0)