Skip to content

Commit b5bb5dd

Browse files
committed
test(server): add missing test to suite
Signed-off-by: Trumeet <[email protected]>
1 parent c0eedc7 commit b5bb5dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/src/test/java/moe/yuuta/server/ServerTestSuite.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import moe.yuuta.server.dataverify.DataVerifierTest;
1111
import moe.yuuta.server.formprocessor.HttpFormTest;
1212
import moe.yuuta.server.res.ResourcesTest;
13+
import moe.yuuta.server.topic.TopicRegistryTest;
1314

1415
@RunWith(Suite.class)
1516
@Suite.SuiteClasses({
@@ -20,7 +21,8 @@
2021
ApiUtilsTest.class,
2122
ApiHandlerImplTest.class,
2223
HttpFormTest.class,
23-
PushRequestVerifyTest.class
24+
PushRequestVerifyTest.class,
25+
TopicRegistryTest.class
2426
})
2527
public class ServerTestSuite {
2628
}

0 commit comments

Comments
 (0)