We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c3c2ac + 6a65b7d commit 4b3dcf6Copy full SHA for 4b3dcf6
src/Drivers/JsonDriver.php
@@ -24,6 +24,6 @@ public function extension(): string
24
25
public function match($expected, $actual)
26
{
27
- Assert::assertJsonStringEqualsJsonString($actual, $expected);
+ Assert::assertJsonStringEqualsJsonString($expected, $actual);
28
}
29
0 commit comments