Skip to content

Commit e937b5d

Browse files
committed
change null to false in testReusePrototype
1 parent 0d93d7f commit e937b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Routes/Wiki/PublicWikiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public function testReusePrototype() {
324324
->assertJsonPath('data.1.domain', 'non-reusable.wikibase.cloud')
325325
->assertJsonPath('data.1.reuse_prototype', false)
326326
->assertJsonPath('data.2.domain', 'no-profile.wikibase.cloud')
327-
->assertJsonPath('data.2.reuse_prototype', null);
327+
->assertJsonPath('data.2.reuse_prototype', false);
328328

329329
$this->json('GET', 'reusePrototype/' . $reusableWiki->id)
330330
->assertStatus(200)

0 commit comments

Comments
 (0)