{"find",wrapArgs("foo",newTestTuple("barfoo","oo").ToObject()),nil,mustCreateException(TypeErrorType,"'find/index' requires a 'str' object but received a 'tuple'")},
{"find",wrapArgs("foo",123),nil,mustCreateException(TypeErrorType,"'find/index' requires a 'str' object but received a 'int'")},