Skip to content

Commit

Permalink
MNT Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 21, 2024
1 parent 8474011 commit 5e3afd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Model/SiteTreePermissionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function testCanViewStage()
$page->publishSingle();

// Then make sure there's a new version on Stage
$page->Title = 1;
$page->Title = '1';
$page->write();

$editor = $this->objFromFixture(Member::class, 'editor');
Expand Down

0 comments on commit 5e3afd0

Please sign in to comment.