Skip to content

Commit

Permalink
Undo changes to CsvLogFileWriterTests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveyJonesBitPail committed Nov 30, 2023
1 parent b1cb63c commit 207af1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions czishrink/netczicompressTests/Models/CsvLogFileWriterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public void FullRun_ProducesExpectedText(bool error)
new[]
{
"InputFile,SizeInput,SizeOutput,SizeRatio,SizeDelta,TimeToProcess,Status,ErrorMessage",
"\"foo/bla/bla.czi\",100,16,0.16,-84,00:00:00:0000000,SUCCESS,",
"\"foo/bla/blub.czi\",1000,1600,1.6,600,00:00:00:0000000,SUCCESS,",
"\"foo/bla/bla.czi\",100,16,0.16,-84,00:00:00,SUCCESS,",
"\"foo/bla/blub.czi\",1000,1600,1.6,600,00:00:00,SUCCESS,",
"\"bar/bla/baz,; .CZI\",1000,1600,,,,ERROR,\"oops\nHere's another line.\"",
string.Empty,
});
Expand Down

0 comments on commit 207af1b

Please sign in to comment.