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 35942a8 commit b3b882bCopy full SHA for b3b882b
tests/test_geode_functions.py
@@ -309,7 +309,9 @@ def test_list_geode_objects():
309
assert isinstance(is_loadable_value, float)
310
assert 0.0 <= is_loadable_value <= 1.0
311
assert "object_priority" in input_extension_dict
312
- object_priority_value = input_extension_dict["object_priority"]
+ object_priority_value = input_extension_dict[
313
+ "object_priority"
314
+ ]
315
assert isinstance(object_priority_value, int)
316
317
0 commit comments