Fix tests

This commit is contained in:
Nikolai Kochetov 2020-10-14 22:25:36 +03:00
parent e2f826c22d
commit 26158ebc94
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ namespace
class FunctionBlockSerializedSize : public IFunction
{
public:
static constexpr auto name = "columnsSerializedSize";
static constexpr auto name = "blockSerializedSize";
static FunctionPtr create(const Context &)
{

View File

@ -14,7 +14,7 @@ namespace
class FunctionBlockSize : public IFunction
{
public:
static constexpr auto name = "columnsSize";
static constexpr auto name = "blockSize";
static FunctionPtr create(const Context &)
{
return std::make_shared<FunctionBlockSize>();