Skip to content
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

Updated Entities in Entity Resolver error tests to implement Node interface #7350

Merged
merged 3 commits into from
Aug 10, 2024

Conversation

tobias-tengler
Copy link
Collaborator

In my Entity Resolver error tests I didn't have the types implement the Node interface, which would lead to different query plans than in the real world.

This PR updates all Entity Resolver tests, so the Entity implements the Node interface.

@tobias-tengler tobias-tengler added the 👓 ready-for-review The PR is ready for review. label Aug 9, 2024
Copy link

codecov bot commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.22%. Comparing base (dfbe2fe) to head (f171e83).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7350      +/-   ##
==========================================
- Coverage   77.06%   73.22%   -3.84%     
==========================================
  Files        2460     2786     +326     
  Lines      122123   139077   +16954     
==========================================
+ Hits        94108   101834    +7726     
- Misses      28015    37243    +9228     
Flag Coverage Δ
unittests 73.22% <ø> (-3.84%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaelstaib michaelstaib changed the title Update Entities in Entity Resolver error tests to implement Node interface Updated Entities in Entity Resolver error tests to implement Node interface Aug 10, 2024
@michaelstaib michaelstaib merged commit 5ca1d87 into main Aug 10, 2024
5 checks passed
@michaelstaib michaelstaib deleted the tte/actual-entity-resolvers-in-error-tests branch August 10, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants