Update the tests to snapshot-rev4
[convert-color-husl.git] / t / Convert-Color-HUSL.t
index 3173ee828189bd347e0e79aabf94b49b057c7c3d..9d993e432a016cb9e2d85c451c8a3f862dfcd0a7 100644 (file)
@@ -8,7 +8,7 @@ use Test::More;
 
 use constant EPSILON => 1e-4; # 1e-11 is OK on amd64
 
-open my $fh, '<', 't/snapshot-rev3.json';
+open my $fh, '<', 't/snapshot-rev4.json';
 my $snapshot = join '', <$fh>;
 close $fh;
 
This page took 0.009574 seconds and 4 git commands to generate.