Skip to content

Commit e15b429

Browse files
committed
chore(snowflakes): don't remove file lock directory during tests
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 parent 65c9e34 commit e15b429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/lib/Snowflake/FileSequenceTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ public function tearDown():void {
3030
foreach (glob($lockDirectory . '/*') as $file) {
3131
unlink($file);
3232
}
33-
rmdir($lockDirectory);
3433
}
3534
}

0 commit comments

Comments
 (0)