core: add RunWith annotation to OverrideAuthorityNameResolverTest

This commit is contained in:
Eric Gribkoff 2017-06-20 12:12:16 -07:00 committed by GitHub
parent b3c1a5c8c3
commit 3dce2ee84b
1 changed files with 4 additions and 0 deletions

View File

@ -27,7 +27,11 @@ import io.grpc.Attributes;
import io.grpc.NameResolver;
import java.net.URI;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
/** Unit tests for {@link OverrideAuthorityNameResolverFactory}. */
@RunWith(JUnit4.class)
public class OverrideAuthorityNameResolverTest {
@Test
public void overridesAuthority() {