-
Notifications
You must be signed in to change notification settings - Fork 834
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
Attribute assertions should always contain the attr key #5027
Attribute assertions should always contain the attr key #5027
Conversation
Codecov ReportBase: 91.24% // Head: 91.25% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #5027 +/- ##
============================================
+ Coverage 91.24% 91.25% +0.01%
+ Complexity 4886 4881 -5
============================================
Files 552 552
Lines 14440 14424 -16
Branches 1379 1375 -4
============================================
- Hits 13176 13163 -13
+ Misses 876 875 -1
+ Partials 388 386 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
sdk/testing/src/test/java/io/opentelemetry/sdk/testing/assertj/AttributeAssertionTest.java
Outdated
Show resolved
Hide resolved
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.
Thanks!
sdk/testing/src/test/java/io/opentelemetry/sdk/testing/assertj/AttributeAssertionTest.java
Outdated
Show resolved
Hide resolved
…/AttributeAssertionTest.java Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
…ry#5027) * improve attribute assertions to alwyas contain the attr key * spotless * change assertion * Update sdk/testing/src/test/java/io/opentelemetry/sdk/testing/assertj/AttributeAssertionTest.java Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com> * fix build Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
Resolves #5025