fixed broken test

This commit is contained in:
Keivan Beigi 2013-09-04 18:19:34 -07:00 committed by kay.one
parent 47d9b4d5bb
commit 3cab8159a3
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ namespace NzbDrone.App.Test
{
var genericExecutor = typeof(IExecute<>).MakeGenericType(typeof(RssSyncCommand));
var container = MainAppContainerBuilder.BuildContainer(args);
DbFactory.RegisterDatabase(container);
var executor = container.Resolve(genericExecutor);