Skip to content

Commit

Permalink
use explain instead of dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Dec 19, 2024
1 parent 7f459b5 commit 0e954e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/validate-db.t
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ sub validate_data ($schema, $data, $label) {
foreach my $failure ( @{ $at->failures } ) {
diag( $failure );
}
diag( dumper($data) );
diag( explain($data->{meta}) );
}
};
}
Expand Down

0 comments on commit 0e954e5

Please sign in to comment.