Skip to content

Commit 82f2bac

Browse files
removed redundant size from the attribute test
1 parent 7da7023 commit 82f2bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/Adapter/Scopes/AttributeTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ public function testArrayAttribute(): void
15311531
if ($database->getAdapter()->getSupportForIndexArray()) {
15321532
if ($database->getAdapter()->getSupportForAttributes() && $database->getAdapter()->getMaxIndexLength() > 0) {
15331533
// If getMaxIndexLength() > 0 We clear length for array attributes
1534-
$database->createIndex($collection, 'indx1', Database::INDEX_KEY, ['long_size'], [100], []);
1534+
$database->createIndex($collection, 'indx1', Database::INDEX_KEY, ['long_size'], [], []);
15351535
$database->deleteIndex($collection, 'indx1');
15361536
$database->createIndex($collection, 'indx2', Database::INDEX_KEY, ['long_size'], [1000], []);
15371537

0 commit comments

Comments
 (0)