Skip to content

Commit

Permalink
Modify import statement in ParserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
aslam341 committed Sep 1, 2023
1 parent ef0e2e5 commit 8f234be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/duke/parser/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import duke.commands.CommandType;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;

public class ParserTest {
@Test
Expand Down

0 comments on commit 8f234be

Please sign in to comment.