Skip to content

Commit

Permalink
Make the test input a bit more reasonable (#11096) (#11113)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-maestro-bot authored and mkArtakMSFT committed Jun 14, 2019
1 parent c5b2bc0 commit 9517e37
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 9517e37

Please sign in to comment.