Skip to content
Discussion options

You must be logged in to vote

The order of arguments doesn't really matter. Args are treated as dictionaries for comparison (

if actual.name != expected.name or actual.args != expected.args:
)

The metric, however, is very strict when it comes to casing. So even if one of the argument values was a different case then it will fail. Could this be the case?

In any case, I don't have a repro on my end, can you provide more info?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@st4sik
Comment options

@ankursharmas
Comment options

Answer selected by hangfei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bot responded [Bot] This issue is responded by ADK bot
3 participants