mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 12:54:21 +00:00
Removed old test
This commit is contained in:
parent
ddc4c359cb
commit
d6ed475c63
1 changed files with 0 additions and 12 deletions
|
@ -75,17 +75,5 @@ public void should_catch_InvalidOperationException_during_folder_inheritance()
|
|||
|
||||
Subject.MoveEpisodeFile(_episodeFile, _localEpisode);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_not_catch_generic_Exception_during_folder_inheritance()
|
||||
{
|
||||
WindowsOnly();
|
||||
|
||||
Mocker.GetMock<IDiskProvider>()
|
||||
.Setup(s => s.InheritFolderPermissions(It.IsAny<String>()))
|
||||
.Throws<Exception>();
|
||||
|
||||
Assert.Throws<Exception>(() => Subject.MoveEpisodeFile(_episodeFile, _localEpisode));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue