Skip to content

Commit

Permalink
Correct style errors in CommentTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
RuijianLu committed Oct 17, 2024
1 parent 76713c3 commit ae7a760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/seedu/address/model/person/CommentTest.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package seedu.address.model.person;

import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.testutil.Assert.assertThrows;

import org.junit.jupiter.api.Test;

public class CommentTest {

@Test
Expand Down

0 comments on commit ae7a760

Please sign in to comment.