1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-23 08:22:39 +00:00

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

View file

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