diff options
author | Ting-Wei Lan <tingwei.lan@cobinhood.com> | 2019-03-27 15:21:59 +0800 |
---|---|---|
committer | lantw44 <lantw44@gmail.com> | 2019-03-29 18:40:42 +0800 |
commit | 51acffafc2e45b2d1061c40f0f9b11e3153fcc4a (patch) | |
tree | 4d1255a638c537131b951d51f261332df854346a | |
parent | 370d3ff3e9de2c05f6741dc1b2e7a9d7f439d7ec (diff) | |
download | dexon-51acffafc2e45b2d1061c40f0f9b11e3153fcc4a.tar dexon-51acffafc2e45b2d1061c40f0f9b11e3153fcc4a.tar.gz dexon-51acffafc2e45b2d1061c40f0f9b11e3153fcc4a.tar.bz2 dexon-51acffafc2e45b2d1061c40f0f9b11e3153fcc4a.tar.lz dexon-51acffafc2e45b2d1061c40f0f9b11e3153fcc4a.tar.xz dexon-51acffafc2e45b2d1061c40f0f9b11e3153fcc4a.tar.zst dexon-51acffafc2e45b2d1061c40f0f9b11e3153fcc4a.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 |