Skip to content

Commit

Permalink
Run php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieinv authored and github-actions[bot] committed Dec 3, 2024
1 parent 718d85b commit 4a6f584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function testLtiUpdate(): void
$this->assertCount(2, $versionsOnCopy);

// The requested version is copied
$copiedVersion = ContentVersion::where('content_id', '=', $contentCopyId)->where('previous_version_id', '=', $toBeCopiedVersion->id)->first();
$copiedVersion = ContentVersion::where('content_id', '=', $contentCopyId)->where('previous_version_id', '=', $toBeCopiedVersion->id)->first();
$this->assertNotNull($copiedVersion);
$this->assertNotEmpty($toBeCopiedVersion->title);
$this->assertStringStartsWith($toBeCopiedVersion->title, $copiedVersion->title);
Expand Down

0 comments on commit 4a6f584

Please sign in to comment.