Skip to content

Commit

Permalink
change test comparison from toEqualCanonicalizing() to toEqual()
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolli committed Dec 19, 2022
1 parent 9cc8dcd commit d286f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CodecTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
echo json_encode($jsonOrig) . "\n";
echo json_encode($json) . "\n\n";*/

expect($json)->toEqualCanonicalizing($jsonOrig);
expect($json)->toEqual($jsonOrig);
});
}

Expand Down

0 comments on commit d286f14

Please sign in to comment.