Skip to content

Commit 3b496c5

Browse files
committed
update hashes
1 parent b87e85c commit 3b496c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 == '7f467a5262d4812f', 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 == 'ffedac02bb942c02', phash.get_details()
23+
assert phash.phash == 'ffed6c02bb944c02', phash.get_details()
2424
return
2525

2626

test/test_tick_positions.py

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

9797
def test():
9898
phash = helpers.Phash(plot())
99-
assert phash.phash == 'c7a780ab45af00ef', phash.get_details()
99+
assert phash.phash == 'c7ab00af45af00ef', phash.get_details()
100100
return

0 commit comments

Comments
 (0)