Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Oct 21, 2023
1 parent c19b67c commit ec1cf2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Blazorise.Tests/Helpers/BlazoriseConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public static void AddBootstrapProviders( TestServiceProvider services )
services.AddSingleton<ValidatorValidationHandler>();
services.AddSingleton<PatternValidationHandler>();
services.AddSingleton<DataAnnotationValidationHandler>();
services.AddSingleton<IDateTimeFormatConverter, DateTimeFormatConverter>();
services.AddSingleton<IDateTimeDisplayFormatConverter, DateTimeDisplayFormatConverter>();
services.AddSingleton<IDateTimeInputFormatConverter, DateTimeInputFormatConverter>();
services.AddSingleton<IVersionProvider, VersionProvider>();
services.AddScoped<ITextLocalizerService, TextLocalizerService>();
services.AddScoped( typeof( ITextLocalizer<> ), typeof( TextLocalizer<> ) );
Expand Down

0 comments on commit ec1cf2c

Please sign in to comment.