Skip to content

Commit

Permalink
build: Updating mediawiki/mediawiki-codesniffer to 38.0.0
Browse files Browse the repository at this point in the history
Change-Id: Ib6a06f6e6fe504f3b1a20ee4bb445dc86cc62e9d
  • Loading branch information
Alexander Vorwerk authored and WMDE bot committed Oct 27, 2021
1 parent 255568f commit 07a9738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/Deserializers/LegacySnakDeserializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ private function assertSnakHasUnDeseriableValue( PropertyValueSnak $snak ) {
*/
$this->assertInstanceOf( UnDeserializableValue::class, $dataValue );

$this->assertEquals( $dataValue->getTargetType(), 'string' );
$this->assertEquals( $dataValue->getValue(), 1337 );
$this->assertEquals( 'string', $dataValue->getTargetType() );
$this->assertEquals( 1337, $dataValue->getValue() );
}

}

0 comments on commit 07a9738

Please sign in to comment.