mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Add Assert Not Null for BrowserDonlaodUrl
This commit is contained in:
@@ -170,6 +170,7 @@ public class ReleasesClientTests
|
||||
var asset = assets[0];
|
||||
Assert.Equal(result.Id, asset.Id);
|
||||
Assert.NotNull(asset.Url);
|
||||
Assert.NotNull(asset.BrowserDownloadUrl);
|
||||
}
|
||||
|
||||
[IntegrationTest]
|
||||
|
||||
Reference in New Issue
Block a user