chore(snowflakes): don't remove file lock directory during tests

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
Benjamin Gaussorgues 2026-02-02 11:02:48 +01:00
parent 65c9e346da
commit e15b429aea
No known key found for this signature in database

View file

@ -30,6 +30,5 @@ class FileSequenceTest extends ISequenceBase {
foreach (glob($lockDirectory . '/*') as $file) {
unlink($file);
}
rmdir($lockDirectory);
}
}