Skip to content

Commit

Permalink
Make config parameter lower-case to follow convention
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 16, 2024
1 parent 4ca21c3 commit 1da62c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ enum ExtensionContextScope {
*
* @see #DEFAULT
*/
public static final String DEFAULT_SCOPE_PROPERTY_NAME = "junit.jupiter.extensions.testInstantiation.extensionContextScope.default";
public static final String DEFAULT_SCOPE_PROPERTY_NAME = "junit.jupiter.extensions.testinstantiation.extensioncontextscope.default";
}

}

0 comments on commit 1da62c7

Please sign in to comment.