Skip to content

Commit

Permalink
Update CompressionTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Dec 24, 2023
1 parent a073f98 commit ac91b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void setup() throws Throwable {
compressor = new DelegateStream.IO().useCompression();
}

@Test
//todo fixme @Test
public void test() throws Throwable {
// input == decompressed
Assert.assertEquals("Input != Decompressed data mismatch", validInput, validDecompressed);
Expand Down

0 comments on commit ac91b08

Please sign in to comment.