From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id CFA3B469719 for ; Mon, 12 Oct 2020 09:50:24 +0300 (MSK) Date: Mon, 12 Oct 2020 09:50:42 +0300 From: Alexander Turenko Message-ID: <20201012065042.kdjthawbt2jthqxh@tkn_work_nb> References: <76af18b8-e59f-025a-0d43-6f1df22fe78c@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <76af18b8-e59f-025a-0d43-6f1df22fe78c@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 11/15] module api: add box_key_def_dump_parts() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org > > +/** > > + * Basic () test. > > test_key_def_dump_parts -> box_key_def_dump_parts. Thanks! Fixed both such places.