Skip to content

Commit

Permalink
Remove unneeded check on soft deletes test.
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepat committed Aug 25, 2014
1 parent 5e714ee commit c37f1d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/suite/Category/CategorySoftDeletesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ public function testAllStaticWithSoftDeletes() {

$expected = array('Root 1', 'Child 2', 'Child 2.1', 'Root 2');
$this->assertArraysAreEqual($expected, SoftCategory::all()->lists('name'));

$expected = array('Root 1', 'Child 1', 'Child 2', 'Child 2.1', 'Child 3', 'Root 2');
$this->assertArraysAreEqual($expected, SoftCategory::withTrashed()->lists('name'));
}

}

0 comments on commit c37f1d6

Please sign in to comment.