Skip to content

Commit 6f96ff1

Browse files
committed
test bool
1 parent c88e578 commit 6f96ff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_geode_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def test_is_loadable():
6363
for input_extension in input_extensions:
6464
file_absolute_path = os.path.join(data_folder, f"test.{input_extension}")
6565
is_loadable = geode_functions.is_loadable(geode_object, file_absolute_path)
66+
assert isinstance(is_loadable, bool)
6667
assert isinstance(is_loadable, float)
6768
assert 0.0 <= is_loadable <= 1.0
6869

0 commit comments

Comments
 (0)