Skip to content

Commit 7721c51

Browse files
authored
RUST-1966 Fix zlib compression level test (#1122)
1 parent 0e498d5 commit 7721c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/options/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async fn run_tests(path: &[&str], skipped_files: &[&str]) {
189189
})
190190
.next()
191191
{
192-
actual_options.insert("zlibCompressionLevel", zlib_compression_level);
192+
actual_options.insert("zlibcompressionlevel", zlib_compression_level);
193193
}
194194
}
195195

0 commit comments

Comments
 (0)