Skip to content

Commit 1c4d03c

Browse files
committed
Fix
1 parent 0864b12 commit 1c4d03c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/numeric/float_validator_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ void main() {
9999
// Assert
100100
expect(result, equals(customErrorMessage));
101101
});
102+
});
102103

103104
test('should return null when the value is null and null check is disabled',
104105
() {

0 commit comments

Comments
 (0)