attempt to fix socket on Windows

This commit is contained in:
Sebastian Stenzel
2021-07-14 12:45:09 +02:00
parent e9461b4fc7
commit c10a909ea4
2 changed files with 4 additions and 2 deletions
@@ -1,11 +1,9 @@
package org.cryptomator.ipc;
import com.google.common.util.concurrent.MoreExecutors;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.function.Executable;
import org.junit.jupiter.api.io.TempDir;
import org.mockito.Mockito;
import java.io.IOException;
import java.nio.file.Path;