Skip to content

Commit

Permalink
feat: add test compress
Browse files Browse the repository at this point in the history
Signed-off-by: kaixuan xu <[email protected]>
  • Loading branch information
xkx9431 committed Jan 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e6eb2d8 commit 6ca11a1
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -17,10 +17,11 @@
package io.opengemini.client.common.compress;

import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;

import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

class GzipCompressorTest {

0 comments on commit 6ca11a1

Please sign in to comment.