Skip to content

Commit

Permalink
Update ServiceRegistrationGeneratorTests.GenerateRegisterSingletonGen…
Browse files Browse the repository at this point in the history
…eric.verified.txt
  • Loading branch information
pwelter34 committed Nov 14, 2024
1 parent 105cccf commit 59758c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Microsoft.Extensions.DependencyInjection
serviceCollection,
global::Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(
typeof(global::Injectio.Sample.IService),
typeof(global::Injectio.Sample.SingletonService),
typeof(global::Injectio.Sample.SingletonService),
global::Microsoft.Extensions.DependencyInjection.ServiceLifetime.Singleton
)
);
Expand Down

0 comments on commit 59758c5

Please sign in to comment.