Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY2021S1#91 from yuming7144/branch-clea…
Browse files Browse the repository at this point in the history
…n-test

Branch clean test
  • Loading branch information
yyutong authored Oct 18, 2020
2 parents 24deaac + 0804b59 commit 4bf6cdb
Show file tree
Hide file tree
Showing 43 changed files with 21 additions and 3,215 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'UniSave.jar'
}

defaultTasks 'clean', 'test'
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ public Command parseCommand(String userInput) throws ParseException {
final String commandWord = matcher.group("commandWord");
final String arguments = matcher.group("arguments");
switch (commandWord) {
case DescriptionCommand.COMMAND_WORD:
return new DescriptionCommandParser().parse(arguments);

case AddExpenseCommand.COMMAND_WORD:
return new AddExpenseCommandParser().parse(arguments);

Expand Down
162 changes: 0 additions & 162 deletions src/test/java/seedu/address/logic/LogicManagerTest.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4bf6cdb

Please sign in to comment.