We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5dc15 commit 534bc24Copy full SHA for 534bc24
1 file changed
src/test/java/org/killbill/billing/plugin/api/notification/TestPluginConfigurationHandler.java
@@ -57,7 +57,7 @@ protected void configure(final UUID kbTenantId) {
57
}
58
59
@Test(groups = "fast")
60
- void testConfigure_withValidJsonKey() throws Exception {
+ void testConfigureWithValidJsonKey() throws Exception {
61
final String eventConfigKeyName = "{\"key\":\"PLUGIN_CONFIG_email-notification-plugin\"}";
62
final UUID kbTenantId = UUID.randomUUID();
63
@@ -74,7 +74,7 @@ void testConfigure_withValidJsonKey() throws Exception {
74
75
76
77
- void testConfigure_withPlainString() {
+ void testConfigureWithPlainString() {
78
final String eventConfigKeyName = "PLUGIN_CONFIG_email-notification-plugin";
79
80
0 commit comments