Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed May 17, 2019
1 parent e0183a5 commit ada9c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Asserts/Content/AssertResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait AssertResource
*/
public static function assertResourceObjectEquals($expected, $json)
{
PHPUnit::assertSame($expected, $json);
PHPUnit::assertEquals($expected, $json);
}

/**
Expand Down

0 comments on commit ada9c96

Please sign in to comment.