mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
minor cleanup.
This commit is contained in:
parent
77f7427230
commit
6c1d16ae57
5 changed files with 9 additions and 4 deletions
|
@ -63,6 +63,12 @@ namespace NzbDrone.Core.Test.MediaFileTests
|
|||
Subject.GetFileByPath(@"C:\Test\EpisodeFile.avi").Should().BeNull();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void exists_should_return_false_if_file_doesnt_exist()
|
||||
{
|
||||
Subject.Exists(@"C:\Test\EpisodeFile.avi").Should().BeFalse();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void GetFileByPath_should_return_EpisodeFile_if_file_exists_in_database()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue