Skip to content

Commit d286f14

Browse files
committed
change test comparison from toEqualCanonicalizing() to toEqual()
1 parent 9cc8dcd commit d286f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CodecTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
echo json_encode($jsonOrig) . "\n";
2727
echo json_encode($json) . "\n\n";*/
2828

29-
expect($json)->toEqualCanonicalizing($jsonOrig);
29+
expect($json)->toEqual($jsonOrig);
3030
});
3131
}
3232

0 commit comments

Comments
 (0)