diff --git a/protobuf-maven-plugin/src/test/java/io/github/ascopes/protobufmavenplugin/fixtures/UsesSystemProperties.java b/protobuf-maven-plugin/src/test/java/io/github/ascopes/protobufmavenplugin/fixtures/UsesSystemProperties.java index 56f61f6e..aa2d5ed8 100644 --- a/protobuf-maven-plugin/src/test/java/io/github/ascopes/protobufmavenplugin/fixtures/UsesSystemProperties.java +++ b/protobuf-maven-plugin/src/test/java/io/github/ascopes/protobufmavenplugin/fixtures/UsesSystemProperties.java @@ -51,7 +51,7 @@ final class UsesSystemPropertiesExtension implements BeforeEachCallback, AfterEachCallback { - private final Logger log = LoggerFactory.getLogger(Extension.class); + private final Logger log = LoggerFactory.getLogger(UsesSystemProperties.class); private Properties originalProperties; @Override