Skip to content

Commit

Permalink
Revert "Improve remove code duplication (#53128)" (#53132)
Browse files Browse the repository at this point in the history
This reverts commit 39ef6a2.
  • Loading branch information
taylorotwell authored Oct 12, 2024
1 parent 39ef6a2 commit 4b52e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Http/HttpRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ public function testItCanHaveObjectsInJsonPayload()

$value = $request->get('framework');

$this->assertSame(['name' => 'Laravel'], $value);
$this->assertSame(['name' => 'Laravel'], $request->get('framework'));
}

public function testItDoesNotGenerateJsonErrorsForEmptyContent()
Expand Down

0 comments on commit 4b52e6d

Please sign in to comment.