8000 fixes structure test · laravel-enso/forms@2ecdcb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ecdcb4

Browse files
committed
fixes structure test
1 parent 2b569f4 commit 2ecdcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Services/Validators/StructureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ protected function mockedForm()
217217
'sections' => [
218218
[
219219
'fields' => [],
220-
'columns' => 0,
220+
'columns' => 1,
221221
]
222222
],
223223
'method' => '',

0 commit comments

Comments
 (0)
0