Skip to content

Commit 22462d7

Browse files
Apply prepare changes
1 parent db6d711 commit 22462d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_functions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,7 @@ def test_get_inspector_children():
208208
if geode_functions.is_loadable(geode_object, file_absolute_path):
209209
data = geode_functions.load(geode_object, file_absolute_path)
210210
inspection_result = geode_functions.inspect(geode_object, data)
211-
assert (
212-
"InspectionResult" in inspection_result.__class__.__name__
213-
)
211+
assert "InspectionResult" in inspection_result.__class__.__name__
214212
inspection_tree = [
215213
geode_functions.get_inspector_children(inspection_result)
216214
]

0 commit comments

Comments
 (0)