mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix lint error
This commit is contained in:
@@ -16,7 +16,7 @@ class TestHook implements AfterTestHook
|
||||
$time * 1000
|
||||
);
|
||||
|
||||
if($time > self::MAX_SECONDS_ALLOWED) {
|
||||
if ($time > self::MAX_SECONDS_ALLOWED) {
|
||||
fwrite(STDOUT, sprintf("\e[31mThe %s test is slow, it took %s seconds!\n\e[0m", $test, $time));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user