mirror of https://github.com/Radarr/Radarr
Remove old test
This commit is contained in:
parent
2fe6847eb3
commit
8b5f305462
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using FizzWare.NBuilder;
|
||||
using FluentAssertions;
|
||||
|
@ -79,13 +79,5 @@ namespace NzbDrone.Core.Test.NotificationTests.Xbmc
|
|||
|
||||
Subject.GetMoviePath(_settings, _movie).Should().Be(_xbmcMovies.First().File);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_return_path_when_title_matches()
|
||||
{
|
||||
GivenMatchingTitle();
|
||||
|
||||
Subject.GetMoviePath(_settings, _movie).Should().Be(_xbmcMovies.First().File);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue