Remove old test

pull/8881/head
Qstick 1 year ago
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…
Cancel
Save