Skip to content

Commit

Permalink
build: add dummy test in api module (protocol-laboratory#10)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
ZhangJian He authored Oct 13, 2024
1 parent c168c51 commit 7e20202
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package io.github.protocol.mtconnect.api;

import org.junit.jupiter.api.Test;

public class DummyTest {
/**
* test method to trigger the api module statistics
*/
@Test
public void dummy() {
}
}

0 comments on commit 7e20202

Please sign in to comment.