Skip to content

Commit 6c44bda

Browse files
committed
update to test_compile
1 parent f8b58a1 commit 6c44bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_c_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_compile(npct, subprocess):
143143
print(npct.mock_calls)
144144
print(f)
145145

146-
assert len(subprocess.mock_calls) == 8
146+
assert len(subprocess.mock_calls) == 6
147147
assert npct.load_library.called == 1
148148

149149
args, _ = npct.load_library.call_args_list[0]

0 commit comments

Comments
 (0)