-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration tests Setup and Initial tests for Scalars #13473
Conversation
Generated by 🚫 Danger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few very minor comments. Otherwise, LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just one minor spelling error in a comment.
FirebaseDataConnect/Tests/Resources/fdc-kitchensink/dataconnect/default/connector.yaml
Outdated
Show resolved
Hide resolved
|
||
func createScalarBoundaryMutationRef(id: UUID, | ||
|
||
maxNumber: Int, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Many extra blank lines in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is generated code. I ran it via our style script and this is the cleaned up version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to work on fixing the generation to reduce blank lines. Some of these won't removed by swift formatting.
And fix the check CI job |
Setup for Integration tests and added intial set of Scalar tests.
More tests will be added later.