Skip to content

Commit

Permalink
chore: Removes unused test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yongruilin committed Dec 7, 2024
1 parent dc61957 commit e96ad23
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions typed/remove_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,27 +148,6 @@ var associativeAndAtomicSchema = `types:
elementType:
scalar: string
`
var atomicTypesSchema = `types:
- name: myRoot
map:
fields:
- name: atomicMap
type:
namedType: myAtomicMap
- name: atomicList
type:
namedType: mySequence
- name: myAtomicMap
map:
elementType:
scalar: string
elementRelationship: atomic
- name: mySequence
list:
elementType:
scalar: string
elementRelationship: atomic
`

var nestedTypesSchema = `types:
- name: type
Expand Down

0 comments on commit e96ad23

Please sign in to comment.