Skip to content

Commit 5c1bf31

Browse files
authored
Merge pull request #8531 from kenjis/test-update-SQLSRV-GetFieldDataTest-enum
[4.5] test: update asssertion for SQLSRV ENUM
2 parents 0e5d1a8 + 5f26937 commit 5c1bf31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/Database/Live/SQLSRV/GetFieldDataTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ public function testGetFieldDataType(): void
206206
],
207207
14 => (object) [
208208
'name' => 'type_enum',
209-
'type' => 'text',
210-
'max_length' => 2_147_483_647,
209+
'type' => 'varchar',
210+
'max_length' => 5,
211211
'nullable' => true,
212212
'default' => null,
213213
],

0 commit comments

Comments
 (0)