Skip to content

Commit

Permalink
Fixed bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 11, 2019
1 parent e67920e commit a8593bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/PhpOption/Tests/OptionTest.php
Expand Up @@ -127,6 +127,7 @@ public function testLiftDegenerate()

$this->assertEquals(None::create(), $fL1());
$this->assertEquals(Some::create(null), $fL2());
}
}

class SomeArrayObject implements ArrayAccess
Expand Down

0 comments on commit a8593bf

Please sign in to comment.