Skip to content

Commit

Permalink
test(IPAddresses): loopback addresses may not be present
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 17, 2018
1 parent 3aabe3b commit cd9b00c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/MulticastServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ public void IPAddresses()
{
var addresses = MulticastService.GetIPAddresses().ToArray();
Assert.AreNotEqual(0, addresses.Length);
Assert.IsTrue(addresses.Contains(IPAddress.Loopback) || addresses.Contains(IPAddress.IPv6Loopback));
}

[TestMethod]
Expand Down

0 comments on commit cd9b00c

Please sign in to comment.