Skip to content

Commit fb982c4

Browse files
committed
rm only
1 parent a83595e commit fb982c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/appsync-modelgen-plugin/src/__tests__/visitors/appsync-visitor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ describe('AppSyncModelVisitor', () => {
898898
});
899899
});
900900

901-
describe.only('Graphql V2 fix tests for multiple has many relations of only one model type', () => {
901+
describe('Graphql V2 fix tests for multiple has many relations of only one model type', () => {
902902
const schema = /* GraphQL*/ `
903903
type Registration @model {
904904
id: ID! @primaryKey

0 commit comments

Comments
 (0)