Skip to content

Commit

Permalink
Fix text in assertion message.
Browse files Browse the repository at this point in the history
  • Loading branch information
malcyL committed Jul 23, 2015
1 parent 392effc commit 2b1b19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/mongo/MongoTripodConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ public function testSearchConfigNotPresent()
public function testGetAllTypesInSpecifications()
{
$types = $this->tripodConfig->getAllTypesInSpecifications("tripod_php_testing");
$this->assertEquals(11, count($types), "There should be 10 types based on the configured view, table and search specifications in config.json");
$this->assertEquals(11, count($types), "There should be 11 types based on the configured view, table and search specifications in config.json");
$expectedValues = array(
"acorn:Resource",
"acorn:ResourceForTruncating",
Expand Down

0 comments on commit 2b1b19c

Please sign in to comment.