fix import statements

This commit is contained in:
Colin Goodheart-Smithe 2016-08-04 16:45:05 +01:00
parent f273981f37
commit f1110f6f2a

View File

@ -32,8 +32,8 @@ import org.junit.Test;
import java.util.Arrays;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
public class PreBuiltTransportClientTests extends RandomizedTest {