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