Skip to content

Commit

Permalink
Merge pull request nus-cs2113-AY2324S2#52 from JeffinsonDarmawan/master
Browse files Browse the repository at this point in the history
Added assert
  • Loading branch information
Ijaaz01 authored Mar 22, 2024
2 parents ff6b6f9 + a5f4ca8 commit ba7fa63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/florizz/command/HelpCommand.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
package florizz.command;

import florizz.core.Ui;
import florizz.objects.Bouquet;

Expand Down
1 change: 1 addition & 0 deletions src/main/java/florizz/core/Florizz.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static void main(String[] args) {
Ui ui = new Ui();
ui.printIntroMessage();
assert !isRunning : "Programme is running";
assert false : "Programme is not running correctly.";
assert tempBouquetList !=null : "tempBouquetList doesn't exist";

// Set up logger
Expand Down
Binary file added tP-jar/tp.jar
Binary file not shown.

0 comments on commit ba7fa63

Please sign in to comment.