mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 12:54:21 +00:00
Remove unecessary test.
This commit is contained in:
parent
fc5ac8219f
commit
403fd0f0c0
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue