Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 10, 2024
1 parent 0126904 commit 1f476fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/syntax/test_for_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
]

Expand Down

0 comments on commit 1f476fc

Please sign in to comment.