Add item DataComponent implements (part 1)
This commit is contained in:
10
level/component/components_test.go
Normal file
10
level/component/components_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package component_test
|
||||
|
||||
// func TestNewComponent(t *testing.T) {
|
||||
// for i, want := range registryid.DataComponentType {
|
||||
// comp := component.NewComponent(int32(i))
|
||||
// if got := comp.ID(); got != want {
|
||||
// t.Errorf("DataComponent type mismatched: %s != %s", got, want)
|
||||
// }
|
||||
// }
|
||||
// }
|
Reference in New Issue
Block a user