Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
MyvTsv committed Feb 5, 2025
1 parent 2934a77 commit 30daf6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpunit/functional/PendingReasonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,6 @@ public function testHandlePendingReasonUpdateFromNewTimelineItem(): void
$correct_timeline_item::getType(),
$last_timeline_item_pending_data->fields['itemtype']
);
$test = $correct_timeline_item->getID();
$this->assertEquals(
$correct_timeline_item->getID(),
$last_timeline_item_pending_data->fields['items_id']
Expand Down

0 comments on commit 30daf6a

Please sign in to comment.