Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add debugging to diff controller tests
  • Loading branch information
oalders committed Oct 27, 2017
1 parent 90014a1 commit ae1cf70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/server/controller/diff.t
@@ -1,6 +1,7 @@
use strict;
use warnings;

use Data::Printer;
use Encode;
use MetaCPAN::Server::Test;
use MetaCPAN::TestHelpers;
Expand Down Expand Up @@ -205,7 +206,7 @@ sub diffed_file_like {
}
}

is $found, 1, "found one patch for $file";
is $found, 1, "found one patch for $file" || diag( np(@_) );
}

sub diffed_file_name_eq {
Expand Down

0 comments on commit ae1cf70

Please sign in to comment.