mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
tests(unit): migration type
This commit is contained in:
@@ -26,6 +26,6 @@ class MigrationV10Test extends MigrationTest
|
||||
'version' => '0.10.0'
|
||||
]));
|
||||
|
||||
$this->assertEquals($document->getAttribute('version', '0.10.0'), '0.110');
|
||||
$this->assertEquals($document->getAttribute('version', '0.10.0'), '0.11.0');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user