Skip to content

Commit e45b03f

Browse files
Build fix
1 parent b79f4cf commit e45b03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Authorization/test/AuthorizeRouteViewTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public AuthorizeRouteViewTest()
3838
var services = serviceCollection.BuildServiceProvider();
3939
_renderer = new TestRenderer(services);
4040
var componentFactory = new ComponentFactory(new DefaultComponentActivator(), _renderer);
41-
_authorizeRouteViewComponent = (AuthorizeRouteView)componentFactory.InstantiateComponent(services, typeof(AuthorizeRouteView), null);
41+
_authorizeRouteViewComponent = (AuthorizeRouteView)componentFactory.InstantiateComponent(services, typeof(AuthorizeRouteView), null, null);
4242
_authorizeRouteViewComponentId = _renderer.AssignRootComponentId(_authorizeRouteViewComponent);
4343
}
4444

0 commit comments

Comments
 (0)