Skip to content

Commit

Permalink
Fix table name in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 18, 2013
1 parent ebe3498 commit 314553c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@ public function testDuplicatePIMAddition()
// @TODO. For now, cheat and add the data directly to the db.
try {
$mongo = new Horde_Mongo_Client();
$mongo->activesync_test->map->insert(array(
$mongo->activesync_test->HAS_map->insert(array(
'sync_clientid' => 'abc',
'sync_user' => 'mike',
'message_uid' => 'def',
Expand Down

0 comments on commit 314553c

Please sign in to comment.