Skip to content

Commit

Permalink
Stop runner before resources
Browse files Browse the repository at this point in the history
  • Loading branch information
wburns committed Mar 5, 2019
1 parent 1e00f1c commit ddadd84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ static class ExtensionState implements ExtensionContext.Store.CloseableResource

@Override
public void close() throws Throwable {
testResourceManager.stop();
resource.close();
testResourceManager.stop();
}

public boolean isSubstrate() {
Expand Down

0 comments on commit ddadd84

Please sign in to comment.