Skip to content

Commit

Permalink
Remove a debug statement (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Jan 28, 2023
1 parent bcd4579 commit 58c4279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/UnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function testUpdateList()
$update = new ViolinistUpdate();
$update->setUpdatedList($update_items);
$body = $message->getPullRequestBody($update);
$a = 'b';
$this->assertEquals('If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
### Updated packages
Expand Down

0 comments on commit 58c4279

Please sign in to comment.