1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Remove unecessary test.

This commit is contained in:
Leonardo Galli 2017-04-12 17:17:22 +02:00
parent fc5ac8219f
commit 403fd0f0c0

View File

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