aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/schema/schema_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/sqlvm/schema/schema_test.go')
-rw-r--r--core/vm/sqlvm/schema/schema_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/sqlvm/schema/schema_test.go b/core/vm/sqlvm/schema/schema_test.go
index 92bfa6c91..5d252ef85 100644
--- a/core/vm/sqlvm/schema/schema_test.go
+++ b/core/vm/sqlvm/schema/schema_test.go
@@ -82,7 +82,7 @@ func (s *SchemaTestSuite) TestEncodeAndDecodeSchema() {
{
Name: []byte("idx"),
Attr: IndexAttrUnique,
- Columns: []uint8{0},
+ Columns: []ColumnRef{0},
},
},
},