Remove stack traces from tests

This commit is contained in:
Mahmoud Ben Hassine
2023-06-07 15:54:19 +02:00
parent 7f80b7230b
commit 0bfe31e569
7 changed files with 8 additions and 12 deletions

View File

@@ -106,7 +106,6 @@ class TransactionalPollingIntegrationTests implements ApplicationContextAware {
assertEquals(expected, processed);
}
catch (Throwable t) {
t.printStackTrace();
}
}