There was an error while loading. Please reload this page.
1 parent c0b5745 commit fc2ab1bCopy full SHA for fc2ab1b
1 file changed
tests/e2e/Adapter/Base.php
@@ -1359,7 +1359,7 @@ public function testSchemaAttributes(): void
1359
$attribute = $attributes['_tenant'];
1360
$this->assertEquals('_tenant', $attribute['columnName']);
1361
$this->assertEquals('bigint', $attribute['dataType']);
1362
- $this->assertEquals('10', $attribute['numericPrecision']);
+ $this->assertEquals('20', $attribute['numericPrecision']);
1363
$this->assertEquals('bigint unsigned', $attribute['columnType']);
1364
}
1365
0 commit comments