Skip to content

Commit

Permalink
Improve remove code duplication (#53128)
Browse files Browse the repository at this point in the history
  • Loading branch information
toarupg0318 authored Oct 12, 2024
1 parent e738a72 commit 39ef6a2
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'], $request->get('framework'));
$this->assertSame(['name' => 'Laravel'], $value);
}

public function testItDoesNotGenerateJsonErrorsForEmptyContent()
Expand Down

0 comments on commit 39ef6a2

Please sign in to comment.