Skip to content

Commit

Permalink
Merge in 'release/2.2' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Jun 14, 2019
2 parents 9cd8884 + 9517e37 commit 39c7419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwo
var bindingContext = GetBindingContext(destinationType);
bindingContext.ValueProvider = new SimpleValueProvider(new CultureInfo("fr-FR"))
{
{ "theModelName", "32 000,1" }
{ "theModelName", "32000,1" }
};
var binder = GetBinder();

Expand Down

0 comments on commit 39c7419

Please sign in to comment.