Skip to content

Commit

Permalink
Removed another Assert that seems to be causing flaky test runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 27, 2023
1 parent 4ee0e20 commit 748eb24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ protected void AssertCompressTwice(string fileName)

Assert.InRange(after1, after2 - 1, after2 + 1);
Assert.True(compressed1);
Assert.False(compressed2);
}

protected void AssertCompressInvalidFileFormat(string fileName)
Expand Down

0 comments on commit 748eb24

Please sign in to comment.