Skip to content

Commit

Permalink
Fixed the testRemove method
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Timoshenko committed Aug 5, 2014
1 parent 4a53040 commit 2662731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Persistence/MongoDb/PersistenceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function testRemove()

$this->assertInternalType('array', $returnStatement);
$this->assertArrayHasKey('ok', $returnStatement);
$this->assertEquals(1.0, $returnStatement);
$this->assertGreaterThan(0, (int) $returnStatement);
}

/**
Expand Down

0 comments on commit 2662731

Please sign in to comment.