Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoh committed Nov 11, 2023
1 parent 93c5970 commit 38f631d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecordParser.Test/FileReaderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public void Doo(int innerRecords, bool shouldThrow)
tw.WriteLine("\"");

var fileContent = tw.ToString();
fileContent.Should().StartWith("A,B,C,D\r\n");

var reader = new StringReader(fileContent);

// Act
Expand Down

0 comments on commit 38f631d

Please sign in to comment.