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
When a hypothesis ID starts with a hyphen ('-') then the CLI tests fail because it tries to parse it as an argument. Can't seem to figure out how to escape with quotes with assert_cmd to fix this. In the actual CLI escaping with quotes fixes this issue.