Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Oct 14, 2024
1 parent 7e9aa28 commit 37674f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ String expected = "[WARNING] Used undeclared dependencies found:\n" +

if ( !log.contains(expected) )
{
throw new Exception( "Expected warning missing" );
throw new Exception( "Expected warning missing. Found\n" + log);
}

return true;

0 comments on commit 37674f6

Please sign in to comment.