Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Jan 7, 2025
1 parent d6da8e3 commit 481959f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IPv4Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testToIPv4String($stringIp, $expected)

$this->assertInstanceOf('Matomo\Network\IPv4', $ip);

$this->assertEquals($expected, $ip->toIPv4String(), $stringIp);
$this->assertEquals($expected, $ip->toIPv4String());
}

public function getAddressesToAnonymize()
Expand Down

0 comments on commit 481959f

Please sign in to comment.