Skip to content

Commit 722035c

Browse files
committed
Remove comment from copy-paste
1 parent 3838c90 commit 722035c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Unit/Client/Models/ProjectDependenciesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class ProjectDependenciesTest extends TestCase
1717

1818
public function testGetUserReturnsCorrectUser(): void
1919
{
20-
// Here we must mock the client, because it requests the user from the API to get all details
2120
$handler = new MockHandler([
2221
new Response(200, [], file_get_contents(__DIR__ . "/../Fixtures/get_project_dependencies_response.json"))
2322
]);

0 commit comments

Comments
 (0)