Skip to content

Commit

Permalink
NEXT-00000 - Fix KnownIpsCollectorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Aug 12, 2024
1 parent 3fc7f40 commit 62441f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public function testSuggestionsForIpv6(): void

static::assertEqualsCanonicalizing([
'2001:0db8:0123:4567:89ab:cdef:1234:5678' => 'global.sw-multi-tag-ip-select.knownIps.you',
'2001:0db8:0123:4567::/64' => 'global.sw-multi-tag-ip-select.knownIps.youIPv6Block64',
'2001:0db8:0123:4500::/56' => 'global.sw-multi-tag-ip-select.knownIps.youIPv6Block56',
'2001:db8:123:4567::/64' => 'global.sw-multi-tag-ip-select.knownIps.youIPv6Block64',
'2001:db8:123:4500::/56' => 'global.sw-multi-tag-ip-select.knownIps.youIPv6Block56',
], $suggestions);
}

Expand Down

0 comments on commit 62441f5

Please sign in to comment.