From 618deff9313f1b4ee91d8fe028d7103bfe95144b Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 4 Jun 2024 17:02:57 +0200 Subject: New tree API. --- test/ec/test_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ec') 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 -- cgit v1.2.3-70-g09d2