Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed assertion
  • Loading branch information
malarzm committed May 20, 2015
1 parent b990cff commit 355df6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public function testAtomicCollectionWithAnotherNested()
$public = $user->phonebooks->get('public');
$this->assertNotNull($public);
$this->assertCount(1, $public->getPhonenumbers());
$this->assertEquals('10203040', $private->getPhonenumbers()->get(0)->getPhonenumber());
$this->assertEquals('10203040', $public->getPhonenumbers()->get(0)->getPhonenumber());
}
}

Expand Down

0 comments on commit 355df6f

Please sign in to comment.