You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look closely at this unit test and its supporting mock_get_tool function, you'll see that the else: clause (returning "some-annotator") is getting called for every tool dependency.
The text was updated successfully, but these errors were encountered:
@tschaffter it is not urgent. It is just that the mock function is not performing like an actual API call. Not even sure if it is worth testing, and the actual tool is behaving in the correct/desired way as I have observed in real life.
If you look closely at this unit test and its supporting
mock_get_tool
function, you'll see that theelse:
clause (returning"some-annotator"
) is getting called for every tool dependency.The text was updated successfully, but these errors were encountered: