mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Some minor clean-up.
This commit is contained in:
parent
50a8af0842
commit
910efb5941
7 changed files with 18 additions and 21 deletions
|
@ -22,7 +22,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
tvDbProvider = LiveKernel.Get<TvDbProvider>();
|
||||
tvDbProvider = new StandardKernel().Get<TvDbProvider>();
|
||||
}
|
||||
|
||||
[TestCase("The Simpsons")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue