-
Notifications
You must be signed in to change notification settings - Fork 94
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
Added test cases to test swap features #882
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## Develop #882 +/- ##
===========================================
+ Coverage 36.11% 37.52% +1.40%
===========================================
Files 62 62
Lines 3741 3750 +9
===========================================
+ Hits 1351 1407 +56
+ Misses 2390 2343 -47 ☔ View full report in Codecov by Sentry. |
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.
I think would be nice to have tested assertions in these functions, but I assume this PR covers only limited scope of functionality. Maybe these assertions could be tested in separate PR?
Approving for now.
2bb54e3
LGTM |
Describe your changes
Added test cases to test swap features
Issue ticket number and link
#881