Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jan 8, 2023
1 parent 0415c63 commit ad5882b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/LabelTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ public function getUpdateVariations()
[false],
];
}
}
}
1 change: 0 additions & 1 deletion test/integration/LabelsNoUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ class LabelsNoUpdateTest extends LabelTestBase
protected $packageVersionForFromUpdateOutput = '1.1.3';
protected $packageVersionForToUpdateOutput = '1.1.4';
protected $checkPrUrl = true;

}
1 change: 0 additions & 1 deletion test/integration/LabelsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ public function testLabels($should_have_updated)
parent::testLabels($should_have_updated);
self::assertEquals(['my label over here'], $this->labelsAdded);
}

}

0 comments on commit ad5882b

Please sign in to comment.