-
Notifications
You must be signed in to change notification settings - Fork 72
[Don't Merge] Refactor PromptRendering handling #594
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
base: v1
Are you sure you want to change the base?
Conversation
|
Yet to re-record the tests! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v1 #594 +/- ##
==========================================
- Coverage 96.68% 96.68% -0.01%
==========================================
Files 62 62
Lines 10654 10644 -10
==========================================
- Hits 10301 10291 -10
Misses 235 235
Partials 118 118 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| for _, r := range actual.PromptRenderings { | ||
| if r.RenderingMode != nil && expected.RenderingMode != nil && | ||
| *r.GetRenderingMode() == *expected.GetRenderingMode() && | ||
| *r.GetScreen() == *expected.Screen && |
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.
| *r.GetScreen() == *expected.Screen && | |
| *r.GetScreen() == *expected.GetScreen() && |
we should use getters
duedares-rvj
left a comment
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
🔧 Changes
📚 References
🔬 Testing
📝 Checklist