Skip to content

Commit 39c7419

Browse files
committed
Merge in 'release/2.2' changes
2 parents 9cd8884 + 9517e37 commit 39c7419

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)