We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0316fb9 commit 3007358Copy full SHA for 3007358
1 file changed
tests/test_dtos.py
@@ -60,7 +60,7 @@ def test_invalid_field_name(invalid_name: str) -> None:
60
(FieldDataType.INTEGER, 'factory.Faker("random_int")'),
61
(
62
FieldDataType.FLOAT,
63
- 'factory.Faker("pyfloat", positive=True, min_value=0.1, max_value=100)',
+ 'factory.Faker("pyfloat", posistive=True, min_value=0.1, max_value=100)',
64
),
65
(FieldDataType.BOOLEAN, 'factory.Faker("boolean")'),
66
(FieldDataType.DATETIME, 'factory.Faker("date_time")'),
0 commit comments