Skip to content

Commit fd543d9

Browse files
committed
Fix StrTest
1 parent f401d03 commit fd543d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Toolkit/StrTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,8 @@ public static function templateProvider(): array
14531453
'default' => null,
14541454
'unique' => null,
14551455
],
1456-
'`another` varchar(255) NOT NULL'
1456+
'`another` varchar(255) NOT NULL ',
1457+
['fallback' => '']
14571458
]
14581459
];
14591460
}

0 commit comments

Comments
 (0)