Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Feb 9, 2024
1 parent 47656ad commit c31864c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BlurHashTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function testGdDriverDecode(): void
$path = stream_get_meta_data($fp)['uri'];

$hash = match (PHP_OS_FAMILY) {
'Windows' => 'b8f7360b43570fcb21b401bd8aec3eed',
'Windows' => 'c3f0e0c1c43d81f56bf03ae8e2f5edc4',
default => md5_file($this->file('10.jpg')),
};

Expand Down

0 comments on commit c31864c

Please sign in to comment.