We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a659cd commit 7ecc7ceCopy full SHA for 7ecc7ce
tests/unit/test_tasks.py
@@ -224,7 +224,7 @@ def test_format_properties_target_level(self):
224
225
self.model["function"] = "something_else"
226
properties, _ = _format_properties(self.model)
227
- self.assertEqual(properties["targetLevel"], '')
+ self.assertEqual(properties["targetLevel"], "")
228
229
def test_format_properties_input_variables(self):
230
_, variables = _format_properties(self.model, self.input_var)
0 commit comments