mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Removed old test
This commit is contained in:
parent
ddc4c359cb
commit
d6ed475c63
@ -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 New Issue
Block a user