diff options
author | Ting-Wei Lan <tingwei.lan@cobinhood.com> | 2019-03-27 15:21:59 +0800 |
---|---|---|
committer | Jhih-Ming Huang <jm.huang@cobinhood.com> | 2019-04-11 10:39:59 +0800 |
commit | 52e4bb16ae57da20f117d60c7fe62cf249e46692 (patch) | |
tree | 54f0f2e61efc6b145ceb5c58c188186b71f4d08f | |
parent | 3066cd14f336a91b5a13bfe7a4fb5e441f47a3c5 (diff) | |
download | dexon-52e4bb16ae57da20f117d60c7fe62cf249e46692.tar dexon-52e4bb16ae57da20f117d60c7fe62cf249e46692.tar.gz dexon-52e4bb16ae57da20f117d60c7fe62cf249e46692.tar.bz2 dexon-52e4bb16ae57da20f117d60c7fe62cf249e46692.tar.lz dexon-52e4bb16ae57da20f117d60c7fe62cf249e46692.tar.xz dexon-52e4bb16ae57da20f117d60c7fe62cf249e46692.tar.zst dexon-52e4bb16ae57da20f117d60c7fe62cf249e46692.zip |
core: vm: sqlvm: ast: rename TestSize
It is the last test function which doesn't mention what kind of data it
operates on.
-rw-r--r-- | core/vm/sqlvm/ast/types_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/sqlvm/ast/types_test.go b/core/vm/sqlvm/ast/types_test.go index 000ae2cc8..b44f818cb 100644 --- a/core/vm/sqlvm/ast/types_test.go +++ b/core/vm/sqlvm/ast/types_test.go @@ -188,7 +188,7 @@ func (s *TypesTestSuite) TestDataTypeGetMinMax() { } } -func (s *TypesTestSuite) TestSize() { +func (s *TypesTestSuite) TestDataTypeSize() { testcases := []struct { Name string Dt DataType |