ID for ArticleImage; implement ReadException
This commit is contained in:
@@ -59,7 +59,7 @@ namespace ReadSharp.Tests
|
||||
[Fact]
|
||||
public async Task ReadArticleWithInvalidUriTest()
|
||||
{
|
||||
await ThrowsAsync<Exception>(async () =>
|
||||
await ThrowsAsync<ReadException>(async () =>
|
||||
{
|
||||
await reader.Read(new Uri("http://frontendplayyyyy.com"));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user