Skip to content

Commit

Permalink
Fix errors with postgres tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 8, 2014
1 parent caf350c commit b20ca3f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -362,7 +362,7 @@ public function testFetchTranslationsWithZero() {

$model = new TranslatedItem();
$translateModel = $model->translateModel();
$translateModel->updateAll(array('content' => '"0"'));
$translateModel->updateAll(array('content' => "'0'"));
$model->locale = 'eng';

$result = $model->read(null, 1);
Expand Down

0 comments on commit b20ca3f

Please sign in to comment.