mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: fmt
This commit is contained in:
@@ -814,7 +814,7 @@ class FunctionsCustomServerTest extends Scope
|
||||
|
||||
$matchingDeployment = array_filter(
|
||||
$deployments['body']['deployments'],
|
||||
fn($deployment) => $deployment['$id'] === $deploymentId
|
||||
fn ($deployment) => $deployment['$id'] === $deploymentId
|
||||
);
|
||||
|
||||
$this->assertNotEmpty($matchingDeployment, "Deployment with ID {$deploymentId} not found");
|
||||
|
||||
Reference in New Issue
Block a user