Skip to content

Commit

Permalink
fix(SubstringTest): getting rid of unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
101zh committed Oct 9, 2023
1 parent a595fda commit 27d3641
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/SubstringTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

import org.junit.Assert;
import org.junit.Test;

public class SubstringTest {
Expand Down

0 comments on commit 27d3641

Please sign in to comment.