Skip to content

Commit

Permalink
Remove unneeded assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 4, 2018
1 parent a56c9ff commit f2525fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/TestCase/Collection/CollectionTest.php
Expand Up @@ -2218,8 +2218,6 @@ public function testLasNtWithNegative($data)
$collection = new Collection($data);
$this->expectException(\InvalidArgumentException::class);
$result = $collection->lastN(-1)->toArray();
$expected = [];
$this->assertEquals($expected, $result);
}

/**
Expand Down

0 comments on commit f2525fc

Please sign in to comment.