Skip to content

Commit 07f4b7f

Browse files
committed
Clean-up formatting
1 parent 900121f commit 07f4b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_generation_from_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_constraint_definitions_from_dict(self, constraints, expectation):
112112
{"colName": "col1", "colType": "int", "minValue": 0, "maxValue": 100, "step": 2, "random": True},
113113
{"colName": "col2", "colType": "float", "minValue": 0.0, "maxValue": 100.0, "step": 1.5},
114114
{"colName": "col3", "colType": "string", "values": ["a", "b", "c"], "random": True}]
115-
}),
115+
}),
116116
(pytest.raises(ValueError), # Testing an invalid "type" value
117117
{"generator": {"name": "test_generator", "rows": 10000, "randomSeed": 42},
118118
"columns": [

0 commit comments

Comments
 (0)