Skip to content

Commit

Permalink
Clear exported data after test (#9583)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Sep 29, 2023
1 parent a9e7ee7 commit 538c232
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void afterEach(ExtensionContext context) throws Exception {

@Override
public void afterAll(ExtensionContext extensionContext) throws Exception {
testRunner.clearAllExportedData();
testRunner.afterTestClass();
}

Expand Down

0 comments on commit 538c232

Please sign in to comment.