Skip to content

Commit

Permalink
Update src/test/java/emissary/util/DisposeHelperTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: drivenflywheel <[email protected]>
  • Loading branch information
nixon124 and drivenflywheel authored Nov 20, 2023
1 parent ce289f0 commit 11a0086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/emissary/util/DisposeHelperTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

class DisposeHelperTest {

static {
@BeforeAll
static void setupClass() {
UnitTest.setupSystemProperties();
}
private static final Runnable FIRST = () -> LoggerFactory.getLogger("DisposeHelperRunnable").warn("DisposeHelperTestFirstRunnable");
Expand Down

0 comments on commit 11a0086

Please sign in to comment.