Skip to content

Commit 9517e37

Browse files
dotnet-maestro-botmkArtakMSFT
authored andcommitted
Make the test input a bit more reasonable (#11096) (#11113)
Fixes dotnet/aspnetcore-internal#2626
1 parent c5b2bc0 commit 9517e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Core/test/ModelBinding/Binders/FloatingPointTypeModelBinderTestOfT.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwo
351351
var bindingContext = GetBindingContext(destinationType);
352352
bindingContext.ValueProvider = new SimpleValueProvider(new CultureInfo("fr-FR"))
353353
{
354-
{ "theModelName", "32 000,1" }
354+
{ "theModelName", "32000,1" }
355355
};
356356
var binder = GetBinder();
357357

0 commit comments

Comments
 (0)