From 56a48c2d056ec559a73c42ae2eed9caf7102b027 Mon Sep 17 00:00:00 2001 From: andrr3j Date: Tue, 10 Oct 2023 16:06:52 +0200 Subject: updated simulator tests --- test/test_simulator.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_simulator.py') diff --git a/test/test_simulator.py b/test/test_simulator.py index 89819b1..8ce38e4 100644 --- a/test/test_simulator.py +++ b/test/test_simulator.py @@ -198,7 +198,6 @@ def test_ecdh(mult_name, mult_class, cli_runner, curve32): ) -@pytest.mark.xfail(reason="Simulator bug #3") @pytest.mark.parametrize( "mult_name,mult_class", [("ltr", LTRMultiplier), ("rtl", RTLMultiplier)] ) -- cgit v1.3.1