Skip to content

Commit b179835

Browse files
committed
Register the type in test
1 parent 2637fda commit b179835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Endpoints/test/EndpointHtmlRendererTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ public async Task DisposableComponents_GetDisposedAfterScopeCompletes()
664664
collection.TryAddSingleton(HtmlEncoder.Default);
665665
collection.TryAddSingleton<ILoggerFactory>(NullLoggerFactory.Instance);
666666
collection.TryAddSingleton<ServerComponentSerializer>();
667+
collection.TryAddScoped<WebAssemblySettingsEmitter>();
667668
collection.TryAddSingleton(_dataprotectorProvider);
668669
collection.TryAddSingleton<WebAssemblyComponentSerializer>();
669670

0 commit comments

Comments
 (0)