Daniel Werner has submitted this change and it was merged.

Change subject: Fix error message
......................................................................


Fix error message

Change-Id: I98064b088e579b8a0c0bccfd10303656926824b0
---
M tests/phpunit/Language/Description/DescriptionTest.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Daniel Werner: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/tests/phpunit/Language/Description/DescriptionTest.php 
b/tests/phpunit/Language/Description/DescriptionTest.php
index 23e96b2..1c6e107 100644
--- a/tests/phpunit/Language/Description/DescriptionTest.php
+++ b/tests/phpunit/Language/Description/DescriptionTest.php
@@ -135,7 +135,7 @@
        public function testComparableNotEqual( Description $description ) {
                $this->assertFalse( $description->equals( '~[,,_,,]:3' ), 
'Description not equal to string' );
                $this->assertFalse( $description->equals( new \stdClass() ), 
'Description not equal to empty object' );
-               $this->assertFalse( $description->equals( new FooDescription() 
), 'Description not equal to empty object' );
+               $this->assertFalse( $description->equals( new FooDescription() 
), 'Description not equal to a FooDescription' );
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/49922
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I98064b088e579b8a0c0bccfd10303656926824b0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Ask
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Daniel Werner <[email protected]>
Gerrit-Reviewer: John Erling Blad <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to