Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
potaotototo committed Nov 2, 2024
1 parent ba7b900 commit d93c212
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/java/tuteez/logic/commands/ClearCommandTest.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package tuteez.logic.commands;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static tuteez.logic.commands.CommandTestUtil.assertCommandSuccess;
import static tuteez.testutil.TypicalIndexes.INDEX_FIRST_PERSON;
import static tuteez.testutil.TypicalIndexes.INDEX_SECOND_PERSON;
import static tuteez.testutil.TypicalPersons.getTypicalAddressBook;

import org.junit.jupiter.api.Test;

import tuteez.logic.Messages;
import tuteez.model.AddressBook;
import tuteez.model.Model;
import tuteez.model.ModelManager;
Expand Down

0 comments on commit d93c212

Please sign in to comment.