-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
Add unit test for Description addText method #1151
Conversation
… work (from main directory instead)
… work (from main directory instead)
Codecov Report
@@ Coverage Diff @@
## master #1151 +/- ##
============================================
+ Coverage 45.71% 45.71% +<.01%
Complexity 9968 9968
============================================
Files 505 505
Lines 24475 24475
============================================
+ Hits 11188 11189 +1
+ Misses 13287 13286 -1
Continue to review full report at Codecov.
|
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.
👍
addText method doesn't insert spaces when appending text to project description - this unit test will help to spot if this behaviour changes in the future.