Skip to content

Commit 0931848

Browse files
AssumeCulture en-us for month formatting test
1 parent 89253e3 commit 0931848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Abstractions/test/Asp.Versioning.Abstractions.Tests/net7.0/ApiVersionTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public partial class ApiVersionTest
66
{
77
[Theory]
88
[MemberData( nameof( FormatData ) )]
9+
[AssumeCulture( "en-us" )]
910
public void try_format_format_should_return_expected_string( string format, string text, string formattedString )
1011
{
1112
// arrange

0 commit comments

Comments
 (0)