Skip to content

Commit

Permalink
handle possibility of 1 or more in user collection test (magento#22833)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfolco committed May 20, 2019
1 parent db95a0d commit cf66338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ public function testSelectQueryInitialized()
public function testExpiredActiveUsersFilter()
{
$this->collection->addActiveExpiredUsersFilter();
static::assertGreaterThan(1, $this->collection->getSize());
static::assertGreaterThanOrEqual(1, $this->collection->getSize());
}
}

0 comments on commit cf66338

Please sign in to comment.