From 1f476fc2352d981d8b3751710ef07bd17e52bfce Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:27:56 +0800 Subject: [PATCH] fix test --- tests/functional/syntax/test_for_range.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/syntax/test_for_range.py b/tests/functional/syntax/test_for_range.py index 5798e5c42f..e807e12d41 100644 --- a/tests/functional/syntax/test_for_range.py +++ b/tests/functional/syntax/test_for_range.py @@ -244,8 +244,8 @@ def foo(): pass """, UnknownType, - "No builtin or user-defined type named 'DynArra[uint256, 3]'. ", - "DynArra[uint256, 3]", + "No builtin or user-defined type named 'DynArra'. Did you mean 'DynArray'?", + "DynArra", ), ]