Browse Source

Update AbpStringToBoolean_Tests.cs

pull/10775/head
maliming 5 years ago
parent
commit
220893ccff
No known key found for this signature in database GPG Key ID: 96224957E51C89E
  1. 2
      framework/test/Volo.Abp.Json.Tests/Volo/Abp/Json/AbpStringToBoolean_Tests.cs

2
framework/test/Volo.Abp.Json.Tests/Volo/Abp/Json/AbpStringToBoolean_Tests.cs

@ -34,7 +34,7 @@ namespace Volo.Abp.Json
{
Converters =
{
new AbpStringToEnumFactory()
new AbpStringToBooleanConverter()
}
};

Loading…
Cancel
Save