File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/killbill/billing/plugin/api/notification Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments