Skip to content

Commit 7e20202

Browse files
authored
build: add dummy test in api module (#10)
Signed-off-by: ZhangJian He <[email protected]>
1 parent c168c51 commit 7e20202

File tree

1 file changed

+12
-0
lines changed
  • mtconnect-api/src/test/java/io/github/protocol/mtconnect/api

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package io.github.protocol.mtconnect.api;
2+
3+
import org.junit.jupiter.api.Test;
4+
5+
public class DummyTest {
6+
/**
7+
* test method to trigger the api module statistics
8+
*/
9+
@Test
10+
public void dummy() {
11+
}
12+
}

0 commit comments

Comments
 (0)