-
Notifications
You must be signed in to change notification settings - Fork 51
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
test(i): Test CreateDoc tests with gql and Collection.Save #1837
test(i): Test CreateDoc tests with gql and Collection.Save #1837
Conversation
A Time for Mercy was already defined a few lines above, and this block was essentially becoming an update, as it was being fed into collection.Save. The value has no real impact on the test as it is there to be filtered out, however it will fail when converted to a create gql request (as well as appearing quite misleading within the original test).
Will also be used by CreateDoc action soon.
b712f7f
to
c9c0047
Compare
Codecov ReportPatch coverage has no change and project coverage change:
@@ Coverage Diff @@
## develop #1837 +/- ##
===========================================
- Coverage 75.81% 75.76% -0.05%
===========================================
Files 209 209
Lines 22261 22261
===========================================
- Hits 16875 16864 -11
- Misses 4223 4231 +8
- Partials 1163 1166 +3
Flags with carried forward coverage won't be shown. Click here to find out more. see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…work#1837) ## Relevant issue(s) Resolves sourcenetwork#1830 ## Description Tests CreateDoc tests with gql and Collection.Save using the `mutationType` (environment) variable.
Relevant issue(s)
Resolves #1830
Description
Tests CreateDoc tests with gql and Collection.Save using the
mutationType
(environment) variable.