Skip to content

Commit

Permalink
Make the test input a bit more reasonable (#11096)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm authored and mkArtakMSFT committed Jun 11, 2019
1 parent dab998e commit d805ee1
Showing 1 changed file with 1 addition and 1 deletion.
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 d805ee1

Please sign in to comment.