Skip to content

Commit c73afae

Browse files
committed
update assertion condition
1 parent 0220478 commit c73afae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numbast/src/numbast/tools/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_cli_yml_inputs_full_spec_with_cc(tmpdir, cc, expected):
173173
globals = {}
174174
exec(bindings, globals)
175175

176-
assert ("mul" in bindings) is expected
176+
assert ("def mul" in bindings) is expected
177177

178178

179179
def test_yaml_deduce_missing_types(tmpdir, kernel, arch_str):

0 commit comments

Comments
 (0)