Skip to content

Commit

Permalink
Package the app as an executable JAR file so that it can be distribut…
Browse files Browse the repository at this point in the history
…ed easily.
  • Loading branch information
SSirMentos committed Aug 30, 2024
1 parent 26a304e commit 7652c26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/Mentos/components/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ void testDeleteCommandValid() {
assertNull(result.getTask());
assertEquals(3, result.getIndex());
}

}

0 comments on commit 7652c26

Please sign in to comment.