mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
test: update ComposeTest volume count to 8 for new appwrite-sqlite volume
This commit is contained in:
@@ -37,9 +37,10 @@ class ComposeTest extends TestCase
|
||||
|
||||
public function testVolumes(): void
|
||||
{
|
||||
$this->assertCount(7, $this->object->getVolumes());
|
||||
$this->assertCount(8, $this->object->getVolumes());
|
||||
$this->assertEquals('appwrite-mariadb', $this->object->getVolumes()[0]);
|
||||
$this->assertEquals('appwrite-redis', $this->object->getVolumes()[1]);
|
||||
$this->assertEquals('appwrite-cache', $this->object->getVolumes()[2]);
|
||||
$this->assertContains('appwrite-sqlite', $this->object->getVolumes());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user