Skip to content

Commit

Permalink
more info on diff failures
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Nov 1, 2017
1 parent 90f6cac commit 4db0cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/server/controller/diff.t
Expand Up @@ -205,7 +205,8 @@ sub diffed_file_like {
}
}

is $found, 1, "found one patch for $file";
is $found, 1, "found one patch for $file"
or diag explain $json;
}

sub diffed_file_name_eq {
Expand Down

0 comments on commit 4db0cd3

Please sign in to comment.