Skip to content

Commit 7c8da9c

Browse files
committed
fix test
1 parent 560de01 commit 7c8da9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_noise.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def plot2():
4646

4747
@pytest.mark.parametrize(
4848
'plot, phash', [
49-
(plot1, 'fda50b5a0b5a835a'),
50-
(plot2, '7f56a913a9816ba1'),
49+
(plot1, 'f55a0bb503fd0354'),
50+
(plot2, '5f5ca33da3816983'),
5151
]
5252
)
5353
def test(plot, phash):

0 commit comments

Comments
 (0)