Remove unecessary test.

This commit is contained in:
Leonardo Galli 2017-04-12 17:17:22 +02:00
parent fc5ac8219f
commit 403fd0f0c0
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ namespace NzbDrone.Common.Test
}
[TestCase("")]
[TestCase("http://")]
public void DownloadString_should_throw_on_error(string url)
{
Assert.Throws<ArgumentException>(() => Subject.DownloadString(url));