Skip to content

Commit d3282bc

Browse files
updated
1 parent fe3bf72 commit d3282bc

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
@@ -2313,13 +2313,13 @@ public function testCreateAttributesBigIntValidationSignedUnsignedAndSizeMetadat
23132313
}
23142314
}
23152315

2316-
// Batch create with unsigned bigint should be accepted with default size semantics.
23172316
$largeUnsignedAttribute = [[
23182317
'$id' => 'unsigned_bigint_large',
23192318
'type' => Database::VAR_BIGINT,
23202319
'size' => 0,
23212320
'required' => false,
23222321
'signed' => false,
2322+
'default' => '18446744073709551615'
23232323
]];
23242324
$this->assertTrue($database->createAttributes($collectionName, $largeUnsignedAttribute));
23252325
}

0 commit comments

Comments
 (0)