Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
natekford committed Jan 25, 2024
1 parent 46347ae commit 5bf4e5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public async Task DrawImage_Valid()
await Drawer.SaveChartAsync(script, path).ConfigureAwait(true);

var actual = File.ReadAllBytes(path);
Console.WriteLine(actual.Length);
actual.Length.Should().NotBe(0);

// ExpectedP3V1 output is received when this test is run on Linux
// So we can reencode the bytes on Linux and it should then become the same
Expand Down

0 comments on commit 5bf4e5e

Please sign in to comment.