Fix typechecks and tests

This commit is contained in:
Lonami Exo
2024-03-16 16:37:26 +01:00
parent 3250f9ec37
commit 854096e9d3
6 changed files with 13 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ def test_generic_functions_use_bytes_parameters() -> None:
)
result = gen_py_code(functiondefs=definitions)
assert "invoke_with_layer" in result
assert "query: bytes" in result
assert "query: _bytes" in result
assert "buffer += query" in result