Skip to content

Commit c2e3679

Browse files
committed
Fix index
1 parent 5eb97a5 commit c2e3679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/Adapter/Scopes/CollectionTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function testCreateCollectionWithSchema(): void
145145
'type' => Database::INDEX_KEY,
146146
'attributes' => ['attribute4'],
147147
'lengths' => [],
148-
'orders' => ['DESC', 'ASC'],
148+
'orders' => ['DESC'],
149149
]),
150150
];
151151

0 commit comments

Comments
 (0)