mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Restore assertNotEmpty for statusCounters (completed migration always populated)
This commit is contained in:
@@ -224,7 +224,7 @@ trait MigrationsBase
|
||||
$this->assertEquals(Appwrite::getSupportedResources(), $response['resources']);
|
||||
$this->assertEquals('Appwrite', $response['source']);
|
||||
$this->assertEquals('Appwrite', $response['destination']);
|
||||
$this->assertEmpty($response['statusCounters']);
|
||||
$this->assertNotEmpty($response['statusCounters']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user