Skip to content

Commit 534bc24

Browse files
committed
Updated the unit test method names to align with the existing naming convention.
1 parent de5dc15 commit 534bc24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/killbill/billing/plugin/api/notification/TestPluginConfigurationHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected void configure(final UUID kbTenantId) {
5757
}
5858

5959
@Test(groups = "fast")
60-
void testConfigure_withValidJsonKey() throws Exception {
60+
void testConfigureWithValidJsonKey() throws Exception {
6161
final String eventConfigKeyName = "{\"key\":\"PLUGIN_CONFIG_email-notification-plugin\"}";
6262
final UUID kbTenantId = UUID.randomUUID();
6363

@@ -74,7 +74,7 @@ void testConfigure_withValidJsonKey() throws Exception {
7474
}
7575

7676
@Test(groups = "fast")
77-
void testConfigure_withPlainString() {
77+
void testConfigureWithPlainString() {
7878
final String eventConfigKeyName = "PLUGIN_CONFIG_email-notification-plugin";
7979
final UUID kbTenantId = UUID.randomUUID();
8080

0 commit comments

Comments
 (0)