Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Jul 21, 2024
1 parent d97742e commit b019705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Screen/Fields/AttachTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ public function testUploadedPath(): void
$view = self::renderField($uploader);

$this->assertStringContainsString(sprintf('data-attach-path-value="%s"', $path), $view);
$this->assertSame($upload->path, $path . '/');
$this->assertSame($upload->path, $path.'/');
}
}

0 comments on commit b019705

Please sign in to comment.