Skip to content
Snippets Groups Projects
Commit 362c656f authored by Aarati Bhattarai's avatar Aarati Bhattarai
Browse files

add test

parent d329f426
Branches
Tags
No related merge requests found
......@@ -21,6 +21,9 @@ public class DotsAndBoxesGridTest {
*
* This is a dummy test just to show that the test suite itself runs
*/
assertTrue(true);
@Test
public void testTestSuiteRuns() {
logger.info("Dummy test to show the test suite runs");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment