Jonaskeutel has submitted this change and it was merged. Change subject: fix for Job and its corrresponding tests (hopdfully) ......................................................................
fix for Job and its corrresponding tests (hopdfully) Change-Id: I28e82118a801945a7d14d7020b14396c68e67c30 --- M specials/SpecialConstraintReport.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jonaskeutel: Verified; Looks good to me, approved diff --git a/specials/SpecialConstraintReport.php b/specials/SpecialConstraintReport.php index a8c14c6..a99be67 100755 --- a/specials/SpecialConstraintReport.php +++ b/specials/SpecialConstraintReport.php @@ -12,7 +12,7 @@ use Wikibase\DataModel\Entity\PropertyId; use Wikibase\Lib\Store\EntityTitleLookup; use Wikibase\Repo\WikibaseRepo; -use WikidataQuality\CheckForViolationsJob; +use WikidataQuality\ConstraintReport\CheckForViolationsJob; use WikidataQuality\ConstraintReport\ConstraintCheck\ConstraintChecker; use WikidataQuality\ConstraintReport\ConstraintCheck\Result\CheckResultToViolationTranslator; use WikidataQuality\Html\HtmlTable; -- To view, visit https://gerrit.wikimedia.org/r/205599 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I28e82118a801945a7d14d7020b14396c68e67c30 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WikidataQualityConstraints Gerrit-Branch: master Gerrit-Owner: Jonaskeutel <[email protected]> Gerrit-Reviewer: Jonaskeutel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
