Skip to content
Snippets Groups Projects
Commit 0a84c496 authored by akwizgran's avatar akwizgran
Browse files

Restore static import that AS keeps removing.

parent 4c85d4b9
No related branches found
No related tags found
1 merge request!17Update bridges, refactor bridge configuration
Pipeline #16210 passed
......@@ -42,6 +42,7 @@ import static org.briarproject.onionwrapper.TestUtils.isOptionalTestEnabled;
import static org.briarproject.onionwrapper.TorWrapper.TorState.CONNECTED;
import static org.briarproject.onionwrapper.util.OsUtils.isLinux;
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeNotNull;
import static org.junit.Assume.assumeTrue;
@RunWith(Parameterized.class)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment