Jonaskeutel has uploaded a new change for review. https://gerrit.wikimedia.org/r/205599
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikidataQualityConstraints refs/changes/99/205599/1 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: newchange Gerrit-Change-Id: I28e82118a801945a7d14d7020b14396c68e67c30 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WikidataQualityConstraints Gerrit-Branch: master Gerrit-Owner: Jonaskeutel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
