Skip to content

Commit

Permalink
leftover test update for ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Sep 12, 2023
1 parent 169c9ee commit 2ec7e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swift/Tests/URLEndpointListenerTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ class URLEndpointListenerTest_Main: URLEndpointListenerTest {
let urls = self.listener!.urls!

/// Link local addresses cannot be assigned via network interface because they don't map to any given interface.
let notLinkLocal: [URL] = urls.filter { !$0.host!.contains("fe80::") && !$0.host!.contains(".local")}
let notLinkLocal: [URL] = urls.filter { !$0.host!.contains(":") && !$0.host!.contains(".local")}

for (i, url) in notLinkLocal.enumerated() {
// separate db instance!
Expand Down

0 comments on commit 2ec7e47

Please sign in to comment.