mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-18 08:31:31 -05:00
fix typos
This commit is contained in:
@@ -88,6 +88,6 @@ def test_valid_mlir_inputs(mlir_input):
|
||||
|
||||
@pytest.mark.parametrize("mlir_input", INVALID_INPUTS)
|
||||
def test_invalid_mlir_inputs(mlir_input):
|
||||
# We need to check that invalud inputs are raising an error
|
||||
# We need to check that invalid inputs are raising an error
|
||||
with pytest.raises(RuntimeError, match=r"MLIR parsing failed:"):
|
||||
compiler.round_trip(mlir_input)
|
||||
|
||||
Reference in New Issue
Block a user