Skip to content

Commit 2fe15a6

Browse files
committed
test(floatfield): inconsistency of data set
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 5497e6c commit 2fe15a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/suite-unit/PluginFormcreatorFloatField.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ public function provider() {
247247
]
248248
]
249249
],
250-
'data' => null,
251250
'expectedValue' => '',
252-
'expectedIsValid' => true
251+
'expectedIsValid' => true,
252+
'expectedMessage' => '',
253253
],
254254
];
255255

0 commit comments

Comments
 (0)