Skip to content

Commit

Permalink
Fix remote API test
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Feb 25, 2025
1 parent 66b61a3 commit ab2103d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def test_param_mod(self):
with self.assertRaises(ArgoException) as res:
check('`(w)')
e = res.exception
self.assertEqual(e.data['type parameters'], ['Param::Param__parameter::w'])
self.assertEqual(e.data['type parameters'], ['Param::w'])
self.assertEqual(e.data['definitions'], [])


Expand Down

0 comments on commit ab2103d

Please sign in to comment.