Skip to content

Commit

Permalink
Fix official test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Sep 22, 2023
1 parent 962e17a commit 99ef062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/99-official-purl-test-suite.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ while (<DATA>) {
$test_suite_data_json .= $_;
}

my $test_suite_data = JSON::PP::decode_json($test_suite_data_json);
my $test_suite_data = JSON::decode_json($test_suite_data_json);

foreach my $test (@{$test_suite_data}) {

Expand Down

0 comments on commit 99ef062

Please sign in to comment.