Skip to content

Commit fc2ab1b

Browse files
committed
Fix test
1 parent c0b5745 commit fc2ab1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/Adapter/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ public function testSchemaAttributes(): void
13591359
$attribute = $attributes['_tenant'];
13601360
$this->assertEquals('_tenant', $attribute['columnName']);
13611361
$this->assertEquals('bigint', $attribute['dataType']);
1362-
$this->assertEquals('10', $attribute['numericPrecision']);
1362+
$this->assertEquals('20', $attribute['numericPrecision']);
13631363
$this->assertEquals('bigint unsigned', $attribute['columnType']);
13641364
}
13651365
}

0 commit comments

Comments
 (0)