refactor(schema)!: rename Schema -> TypeSet and other small renamings (#21446)
This commit is contained in:
@@ -12,6 +12,6 @@ import (
|
||||
func TestEnumType(t *testing.T) {
|
||||
rapid.Check(t, func(t *rapid.T) {
|
||||
enumType := EnumType().Draw(t, "enum")
|
||||
require.NoError(t, enumType.Validate(schema.EmptySchema{}))
|
||||
require.NoError(t, enumType.Validate(schema.EmptyTypeSet()))
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user