Skip to content

Commit bea7dff

Browse files
committed
build: rename test directory
1 parent 88a8e37 commit bea7dff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/jooby-apt/src/test/java/tests/i3864/Issue3864.java renamed to modules/jooby-apt/src/test/java/tests/i3864/Issue3868.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import io.jooby.apt.ProcessorRunner;
1111

12-
public class Issue3864 {
12+
public class Issue3868 {
1313
@Test
1414
public void shouldGenerateJsonRpcService() throws Exception {
1515
new ProcessorRunner(new C3864())

tests/src/test/java/io/jooby/i3864/JsonRpcProtocolTest.java renamed to tests/src/test/java/io/jooby/i3868/JsonRpcProtocolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Apache License Version 2.0 https://jooby.io/LICENSE.txt
44
* Copyright 2014 Edgar Espina
55
*/
6-
package io.jooby.i3864;
6+
package io.jooby.i3868;
77

88
import static org.assertj.core.api.Assertions.assertThat;
99

tests/src/test/java/io/jooby/i3864/MovieService.java renamed to tests/src/test/java/io/jooby/i3868/MovieService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Apache License Version 2.0 https://jooby.io/LICENSE.txt
44
* Copyright 2014 Edgar Espina
55
*/
6-
package io.jooby.i3864;
6+
package io.jooby.i3868;
77

88
import java.util.List;
99

0 commit comments

Comments
 (0)