Skip to content

Commit 072793d

Browse files
committed
async defaults to false
1 parent c68a156 commit 072793d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_is_numerical_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def test_async_function_with_numpy(self):
534534
async def async_process(x):
535535
return np.sum(x)
536536
"""
537-
assert is_numerical_code(code, "async_process") is True
537+
assert is_numerical_code(code, "async_process") is False
538538

539539

540540
@patch("codeflash.code_utils.code_extractor.has_numba", True)

0 commit comments

Comments
 (0)