Skip to content

Commit

Permalink
Fixed (wrongly) failing test on IPAnonymizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics authored Dec 2, 2024
1 parent 07b1ff9 commit b3499e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Helpers/IPAnonymizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class IPAnonymizerTest extends TestCase
public function anonymizeDataProvider(): \Generator
{
yield ['127.0.0.0', '127.0.0.23'];
yield ['2001:0db8:85a3::', '2001:0db8:85a3:0000:0000:8a2e:0370:7334'];
yield ['2001:db8:85a3::', '2001:0db8:85a3:0000:0000:8a2e:0370:7334'];
//RFC 4007 format
yield ['fe80::', 'fe80::1fc4:15d8:78db:2319%enp4s0'];
}
Expand Down

0 comments on commit b3499e4

Please sign in to comment.