recovery/command fixes

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-10-19 17:54:15 -06:00
parent 3cf616e609
commit 38840ff080
3 changed files with 4 additions and 12 deletions

View File

@@ -199,7 +199,7 @@ PHP;
$service->clearRecoveryFlag();
self::assertFileDoesNotExist($flag);
self::assertFileDoesNotExist($window);
self::assertFileExists($window);
}
/**