Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test name
Browse files Browse the repository at this point in the history
a1ien committed Jan 7, 2025
1 parent 3b10680 commit f663c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/codec/compression.rs
Original file line number Diff line number Diff line change
@@ -361,7 +361,7 @@ mod tests {

#[test]
#[cfg(all(feature = "gzip", feature = "deflate", feature = "zstd"))]
fn convert_gzip_and_zstd_into_header_value() {
fn convert_compression_encodings_into_header_value() {
let encodings = EnabledCompressionEncodings {
inner: [
Some(CompressionEncoding::Gzip),

0 comments on commit f663c6d

Please sign in to comment.