Skip to content

Commit 61bff7e

Browse files
committed
test: update assertion
1 parent eec7a88 commit 61bff7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Database/Live/ForgeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ public function testAddFields(): void
10581058
'name' => 'username',
10591059
'type' => 'VARCHAR2',
10601060
'max_length' => '255',
1061-
'default' => '',
1061+
'default' => null,
10621062
'nullable' => false,
10631063
],
10641064
2 => [

0 commit comments

Comments
 (0)