Skip to content

Commit

Permalink
Fix: CS
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Feb 28, 2014
1 parent 4174b1d commit 75421a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NetIPv6Test.php
Expand Up @@ -216,7 +216,7 @@ public static function compressProvider()
public function testCompress($testip, $expectation)
{
$is = $this->ip->compress($testip);
$this->assertEquals( "::ffff:5056:5000/116", $is);
$this->assertEquals($expectation, $is);
}

public static function uncompressProvider()
Expand Down

0 comments on commit 75421a5

Please sign in to comment.