Navigation Menu

Skip to content

Commit

Permalink
Fix incomplete assertion text.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 21, 2016
1 parent 529b36f commit 651d332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Schema/MysqlSchemaTest.php
Expand Up @@ -1124,7 +1124,7 @@ public function testDescribeJson()
$this->assertEquals(
$expected,
$result->column('data'),
'Field definition does not match for'
'Field definition does not match for data'
);
}

Expand Down

0 comments on commit 651d332

Please sign in to comment.