Skip to content

Commit d081df7

Browse files
committed
Create empty test cases for AddNoteCommand and AddNoteCommandParser.
To be updated subsequenetly.
1 parent bc1efc3 commit d081df7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package seedu.address.logic.commands.note;
2+
3+
public class AddNoteCommandTest {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package seedu.address.logic.parser.note;
2+
3+
public class AddNoteCommandParserTest {
4+
}

0 commit comments

Comments
 (0)