-
Notifications
You must be signed in to change notification settings - Fork 31
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 asset codename #250
Add asset codename #250
Conversation
@@ -71,10 +71,13 @@ public async Task GetAssetAsync_StronglyTyped_ById_GetsAsset() | |||
[Fact] | |||
public async Task GetAssetAsync_StronglyTyped_ByCodename_Throws() |
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.
public async Task GetAssetAsync_StronglyTyped_ByCodename_Throws() | |
public async Task GetAssetAsync_StronglyTyped_ByCodename_GetsAsset() |
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.
Fixed
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.
Shouldn't by asset codename also work for renditions as well?
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.
Yes, I have missed it in one test. The others should still throw since renditions themselves don't have codenames, only assets do.
0a32a92
to
8e3dd02
Compare
Codecov Report
@@ Coverage Diff @@
## master #250 +/- ##
==========================================
+ Coverage 84.39% 84.44% +0.04%
==========================================
Files 246 246
Lines 2807 2816 +9
Branches 315 315
==========================================
+ Hits 2369 2378 +9
Misses 343 343
Partials 95 95
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Motivation
Which issue does this fix? Fixes #249
If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things that are not obvious?
Checklist
How to test
If manual testing is required, what are the steps?