Skip to content

Commit

Permalink
fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Beuks committed Jan 7, 2025
1 parent a9a0135 commit e7a6ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Gitonomy/Git/Tests/DiffTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public function testThrowErrorOnBlobGetWithoutIndex()
} catch(\RuntimeException $exception) {
$this->assertSame('Index is missing to return Blob object.', $exception->getMessage());
}

try {
$file->getNewBlob();
} catch(\RuntimeException $exception) {
Expand Down

0 comments on commit e7a6ac1

Please sign in to comment.