Skip to content

Commit e18512d

Browse files
updated the size of the attr in testTrigramIndexValidation
1 parent e4b7c45 commit e18512d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/Adapter/Scopes/IndexTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ public function testTrigramIndexValidation(): void
714714
$database->createCollection($collectionId);
715715

716716
$database->createAttribute($collectionId, 'name', Database::VAR_STRING, 256, false);
717-
$database->createAttribute($collectionId, 'description', Database::VAR_STRING, 512, false);
717+
$database->createAttribute($collectionId, 'description', Database::VAR_STRING, 412, false);
718718
$database->createAttribute($collectionId, 'age', Database::VAR_INTEGER, 8, false);
719719

720720
// Test: Trigram index on non-string attribute should fail

0 commit comments

Comments
 (0)