Skip to content

Commit 4ed5503

Browse files
committed
test: fix cleanup regression assertions
1 parent 073eca8 commit 4ed5503

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/org/javacs/CompletionsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import static org.hamcrest.Matchers.*;
44
import static org.hamcrest.MatcherAssert.assertThat;
5+
import static org.junit.Assert.assertEquals;
6+
import static org.junit.Assert.assertTrue;
57
import static org.junit.Assert.fail;
68

79
import java.io.IOException;

0 commit comments

Comments
 (0)