mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
fix: migrations test <> csv imports.
This commit is contained in:
parent
67a8f522e5
commit
565e6b2ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -1176,7 +1176,7 @@ trait MigrationsBase
|
|||
]);
|
||||
|
||||
$this->assertEquals(200, $documents['headers']['status-code']);
|
||||
$this->assertIsArray($documents['body']['documents']);
|
||||
$this->assertIsArray($documents['body']['rows']);
|
||||
$this->assertIsNumeric($documents['body']['total']);
|
||||
$this->assertEquals($documentsCountInCSV, $documents['body']['total']);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue