Skip to content

Commit 800f380

Browse files
committed
Merge in 'release/2.1' changes
2 parents 07b26f3 + d805ee1 commit 800f380

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)