Skip to content

Commit

Permalink
Remove unused import in AddCommandTest class
Browse files Browse the repository at this point in the history
  • Loading branch information
imanamirshah committed Mar 14, 2024
1 parent 1f3475c commit 08249bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/seedu/binbash/command/AddCommandTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package seedu.binbash.command;

import org.junit.jupiter.api.Test;
import seedu.binbash.Item;
import seedu.binbash.ItemList;

import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down

0 comments on commit 08249bc

Please sign in to comment.