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 db6d711 commit 22462d7Copy full SHA for 22462d7
tests/test_functions.py
@@ -208,9 +208,7 @@ def test_get_inspector_children():
208
if geode_functions.is_loadable(geode_object, file_absolute_path):
209
data = geode_functions.load(geode_object, file_absolute_path)
210
inspection_result = geode_functions.inspect(geode_object, data)
211
- assert (
212
- "InspectionResult" in inspection_result.__class__.__name__
213
- )
+ assert "InspectionResult" in inspection_result.__class__.__name__
214
inspection_tree = [
215
geode_functions.get_inspector_children(inspection_result)
216
]
0 commit comments