Skip to content

Commit 0fc2cf6

Browse files
committed
test: fix ClearLog spec
1 parent dc8a4e5 commit 0fc2cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/system/framework/Cli/Commands/ClearLog.spec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
expect(file_exists(STORAGE_PATH . 'logs' . DS . "log-{$this->date}.log"))->toBeFalsy();
6262

6363
expect(COH::buffer())->toMatch(
64-
static fn ($actual): bool => str_contains($actual, 'Logs netoyés.')
64+
static fn ($actual): bool => str_contains($actual, 'Fichiers de logs dans ' . clean_path(STORAGE_PATH . 'logs'). ' netoyés.')
6565
);
6666
});
6767
});

0 commit comments

Comments
 (0)