Skip to content

Commit

Permalink
fix: add missing variant message
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed May 4, 2023
1 parent 8ff5bb2 commit 6d47b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fluvio-connector-package/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ mod tests {
.expect_err("This yaml should error");
#[cfg(unix)]
assert_eq!(
"unknown variant `gzipaoeu`, expected one of `none`, `gzip`, `snappy`, `lz4`",
"unknown variant `gzipaoeu`, expected one of `none`, `gzip`, `snappy`, `lz4`, `zstd`",
format!("{connector_cfg}")
);

Expand Down

0 comments on commit 6d47b8c

Please sign in to comment.