Skip to content

Commit

Permalink
Fix check style issues in test class
Browse files Browse the repository at this point in the history
Fix check style issues in TagTest.java
  • Loading branch information
HanB1n committed Oct 9, 2024
1 parent a43b61d commit 7cfc239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/seedu/address/model/tag/TagTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.testutil.Assert.assertThrows;
import static seedu.address.testutil.TypicalPersons.FLORIST;

import org.junit.jupiter.api.Test;

Expand Down

0 comments on commit 7cfc239

Please sign in to comment.