Skip to content

Commit 15a1711

Browse files
author
Dane Pilcher
authored
test: remove duplicate enum def (#861)
1 parent f428460 commit 15a1711

File tree

1 file changed

+0
-4
lines changed
  • packages/amplify-codegen-e2e-tests/src/__tests__/backends/graphql-generator-gen2

1 file changed

+0
-4
lines changed

packages/amplify-codegen-e2e-tests/src/__tests__/backends/graphql-generator-gen2/resource.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ const schema = a.schema({
2020
'PROGRESS',
2121
'COMPLETED',
2222
]),
23-
EchoQueryStatus: a.enum([
24-
'PROGRESS',
25-
'COMPLETED',
26-
]),
2723
// Non model type
2824
EchoResponse: a.customType({
2925
content: a.string(),

0 commit comments

Comments
 (0)