Skip to content

Commit b8f30e9

Browse files
committed
repalce separator
1 parent fe9c9b6 commit b8f30e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/FilePathsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Get the original path inside which we'll create a dummy folder with square brackets
88
$storage = LogViewer::getFilesystem();
99
$originalBasePath = LogViewer::basePathForLogs();
10-
$pathWithSquareBrackets = $originalBasePath.$folderPath.DIRECTORY_SEPARATOR;
10+
$pathWithSquareBrackets = $originalBasePath.$folderPath.'/';
1111

1212
// Let's mock LogViewer to return the new path as the base path for logs
1313
app()->instance(

0 commit comments

Comments
 (0)