Skip to content

Commit bde78be

Browse files
committed
test
1 parent 079544c commit bde78be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bingo/tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def get_query_entities(indigo: Indigo, function: str):
104104
try:
105105
mol = next(it)
106106
result[index] = mol
107-
print(f"MOL={mol.name}")
107+
print(f"MOL={mol.name()}")
108108
except StopIteration:
109109
print(f"stop iteration")
110110
break

0 commit comments

Comments
 (0)