Skip to content

Commit

Permalink
switch
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Nino <jnino@lyft.com>
  • Loading branch information
Jose Nino committed Sep 30, 2020
1 parent 40b40e4 commit 80fb3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common/network/apple_dns_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ TEST_F(AppleDnsImplTest, CallbackException3) {
// Validate working of cancellation provided by ActiveDnsQuery return.
TEST_F(AppleDnsImplTest, Cancel) {
ActiveDnsQuery* query =
resolveWithUnreferencedParameters("google.com", DnsLookupFamily::Auto, false);
resolveWithUnreferencedParameters("some.domain", DnsLookupFamily::Auto, false);

EXPECT_NE(nullptr, resolveWithExpectations("some.domain", DnsLookupFamily::Auto,
EXPECT_NE(nullptr, resolveWithExpectations("google.com", DnsLookupFamily::Auto,
DnsResolver::ResolutionStatus::Success, true));

ASSERT_NE(nullptr, query);
Expand Down

0 comments on commit 80fb3f7

Please sign in to comment.