Skip to content

Commit e679026

Browse files
committed
fix: update test after rebase
1 parent 9e99b8a commit e679026

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Integration/Mapper/PsrRequestToRequestMapperTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ public function test_body_field_in_body(): void
109109
to: GenericRequest::class,
110110
);
111111

112-
$this->assertSame([
113-
'body' => 'text',
114-
], $request->body);
112+
$this->assertSame(['body' => 'text'], $request->body);
115113
}
116114
}

0 commit comments

Comments
 (0)