Skip to content

Commit 0894234

Browse files
Tino KlijnDotNet2Web
authored andcommitted
Change test to avoid culture settings on github runner
1 parent 38b073f commit 0894234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CsvCore.Specs/CsvCoreWriterSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void Should_Write_Csv_With_Custom_Delimiter()
128128
fileContent.Should().HaveCount(2);
129129

130130
fileContent[0].Should().Be("Name|Surname|BirthDate|Email");
131-
fileContent[1].Should().Be("Foo|Bar|16/04/2025|foo@bar.nl");
131+
fileContent[1].Should().Contain("Foo|Bar|");
132132

133133
// Clean up
134134
FileHelper.DeleteTestFile(filePath);

0 commit comments

Comments
 (0)