1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Remove unecessary test.

This commit is contained in:
Leonardo Galli
2017-04-12 17:17:22 +02:00
parent fc5ac8219f
commit 403fd0f0c0
@@ -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));