aboutsummaryrefslogtreecommitdiff
path: root/weed/mq/schema/struct_to_schema_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mq/schema/struct_to_schema_test.go')
-rw-r--r--weed/mq/schema/struct_to_schema_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/mq/schema/struct_to_schema_test.go b/weed/mq/schema/struct_to_schema_test.go
index d22939aef..fae27ecef 100644
--- a/weed/mq/schema/struct_to_schema_test.go
+++ b/weed/mq/schema/struct_to_schema_test.go
@@ -76,7 +76,7 @@ func TestStructToSchema(t *testing.T) {
RecordTypeBegin().
WithField("Field3", TypeString).
WithField("Field4", TypeInt32).
- RecordTypeEnd(),
+ RecordTypeEnd(),
).
RecordTypeEnd(),
},
@@ -104,7 +104,7 @@ func TestStructToSchema(t *testing.T) {
RecordTypeBegin().
WithField("Field6", TypeString).
WithField("Field7", TypeBytes).
- RecordTypeEnd(),
+ RecordTypeEnd(),
).RecordTypeEnd(),
).
RecordTypeEnd(),