time for more tests
This commit is contained in:
parent
267f2de0ab
commit
8e607dd243
|
@ -32,7 +32,7 @@ import static com.rusefi.shared.FileUtil.close;
|
|||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
public class LocalApplicationProxyTest {
|
||||
private static AtomicInteger portNumber = new AtomicInteger();
|
||||
private static final AtomicInteger portNumber = new AtomicInteger(4000);
|
||||
|
||||
@Before
|
||||
public void setup() throws MalformedURLException {
|
||||
|
|
Loading…
Reference in New Issue