Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jul 14, 2022
1 parent d867ebf commit ed1ae1c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
public class QuarkusMainTestExtension extends AbstractJvmQuarkusTestExtension
implements BeforeEachCallback, AfterEachCallback, ParameterResolver, BeforeAllCallback, AfterAllCallback {

public static final ExtensionContext.Namespace NAMESPACE = ExtensionContext.Namespace
.create("io.quarkus.test.main.jvm");

PrepareResult prepareResult;
private static boolean hasPerTestResources;

Expand Down

0 comments on commit ed1ae1c

Please sign in to comment.