Skip to content

Commit

Permalink
Remove comment from copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
pavog committed Sep 11, 2023
1 parent 3838c90 commit 722035c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/Client/Models/ProjectDependenciesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ProjectDependenciesTest extends TestCase

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

0 comments on commit 722035c

Please sign in to comment.