Skip to content

Commit 8143b35

Browse files
committed
test: fix session cleanup check
1 parent 0a64315 commit 8143b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Http/CleanupSessionsCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class CleanupSessionsCommandTest extends FrameworkIntegrationTestCase
2323
#[Test]
2424
public function destroy_sessions(): void
2525
{
26-
Filesystem\delete_directory(internal_storage_path('/tests/sessions/'));
26+
Filesystem\delete(internal_storage_path('/tests/sessions/'));
2727

2828
$clock = $this->clock('2024-01-01 00:00:00');
2929

0 commit comments

Comments
 (0)