ID for ArticleImage; implement ReadException

This commit is contained in:
2013-12-25 20:49:55 +01:00
parent e884af00c6
commit d199c12457
4 changed files with 70 additions and 23 deletions
+1 -1
View File
@@ -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"));
});