Skip to content

Commit

Permalink
and return self
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jan 5, 2024
1 parent 45988cb commit 412ae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Git/GitEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function setUp(): void
Storage::fake('test');

Git::shouldReceive('statuses');
Git::shouldReceive('as')->with($user);
Git::shouldReceive('as')->with($user)->andReturnSelf();
}

/** @test */
Expand Down

0 comments on commit 412ae60

Please sign in to comment.