Skip to content

Commit

Permalink
Merge pull request #35 from ziyi105/8-12-create-parser-class-v0.1
Browse files Browse the repository at this point in the history
PR Review: add javadoc to the ParserTest class
  • Loading branch information
DextheChik3n authored Oct 15, 2023
2 parents d89e310 + e553410 commit 04bdcc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/seedu/duke/parser/ParserTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package seedu.duke.parser;

/**
* Junit test for Parser.java
*/
class ParserTest {

}

0 comments on commit 04bdcc7

Please sign in to comment.