diff options
| author | J08nY | 2024-06-04 17:02:57 +0200 |
|---|---|---|
| committer | J08nY | 2024-06-04 17:02:57 +0200 |
| commit | 618deff9313f1b4ee91d8fe028d7103bfe95144b (patch) | |
| tree | c932f16722fff2c754e18cd20eda2de1e9334e0a /test/ec | |
| parent | 4eadcd6ad1e4cadcb8bb0b6da8d9c0b62f2a09f0 (diff) | |
| download | pyecsca-618deff9313f1b4ee91d8fe028d7103bfe95144b.tar.gz pyecsca-618deff9313f1b4ee91d8fe028d7103bfe95144b.tar.zst pyecsca-618deff9313f1b4ee91d8fe028d7103bfe95144b.zip | |
New tree API.
Diffstat (limited to 'test/ec')
| -rw-r--r-- | test/ec/test_context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/test_context.py b/test/ec/test_context.py index 65053d4..9ad8b52 100644 --- a/test/ec/test_context.py +++ b/test/ec/test_context.py @@ -80,7 +80,7 @@ def test_null(mult): def test_default(mult): with local(DefaultContext()) as ctx: result = mult.multiply(59) - action = ctx.actions.action + action = ctx.actions[0].action assert isinstance(action, ScalarMultiplicationAction) assert result == action.result |
