Remove vavr dependency

This commit is contained in:
Chris Eager
2024-03-28 10:56:07 -05:00
committed by Chris Eager
parent ef8c520b59
commit 89cb821c97
4 changed files with 6 additions and 17 deletions

View File

@@ -5,16 +5,15 @@
package org.whispersystems.textsecuregcm.calls.routing;
import io.vavr.Tuple2;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
import java.net.Inet4Address;
import java.net.Inet6Address;
import java.net.UnknownHostException;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
import org.junit.jupiter.api.Test;
public class CallRoutingTableTest {