Skip to content

Commit 6b70a23

Browse files
DenTrayCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 827f406 commit 6b70a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RequestGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ className: ResourceAlreadyExistsException::class,
109109

110110
public function testSearchRequestAlreadyExists()
111111
{
112-
$this->mockClass(RequestsGenerator::class, [
112+
$this->mockClass(RequestsGenerator::class, [
113113
$this->classExistsMethodCall(['requests', 'Post/GetPostRequest'], false),
114114
$this->classExistsMethodCall(['requests', 'Post/SearchPostsRequest']),
115115
]);

0 commit comments

Comments
 (0)