Skip to content

Commit

Permalink
add reset vars
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL committed Jan 13, 2025
1 parent 35c0791 commit 31f67d3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ public static void afterAll() {
Disposer.dispose(ourGlobalDisposable);
ourGlobalDisposable = null;
Disposer.assertIsEmpty();

ourProject = null;
ourApplication = null;
}

protected void doTest(TestInfo testInfo) throws Exception {
Expand Down

0 comments on commit 31f67d3

Please sign in to comment.