mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 16:53:14 +08:00
Delete schema_builder_test.go
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
package schema
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSchemaBuilder(t *testing.T) {
|
||||
rtb := NewRecordTypeBuilder()
|
||||
rtb.SetStringField("ID").
|
||||
SetLongField("CreatedAt").
|
||||
SetLongField("ModifiedAt").
|
||||
SetStringField("User")
|
||||
recordType := rtb.Build()
|
||||
fmt.Printf("RecordType: %v\n", recordType)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user