mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Tests: fixed travis-ci on too much logs
This commit is contained in:
parent
a7ab25a5b5
commit
1d17895caa
1 changed files with 0 additions and 2 deletions
|
@ -4425,8 +4425,6 @@ public class TestPlayer implements Player {
|
|||
private void assertWrongChoiceUsage(String choice) {
|
||||
// TODO: enable fail checks and fix tests, it's a part of setStrictChooseMode's implementation to all tests
|
||||
//Assert.fail("Wrong choice command: " + choice);
|
||||
|
||||
LOGGER.warn("Wrong choice command: " + choice);
|
||||
new Exception("WARNING, test must be fixed to use correct choice commands instead [" + choice + "]").printStackTrace();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue