Skip to content

Commit

Permalink
update version hash
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicBurkart committed May 25, 2023
1 parent 76f4332 commit 6175d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ mod tests {
/// the `ConfigBuilder` has changed what it serializes, or the implementation of `serde_json` has changed.
/// If this test fails, we should ideally be able to fix so that the original hash passes!
fn version_hash_match() {
let expected_hash = "6c98bea9d9e2f3133e2d39ba04592d17f96340a9bc4c8d697b09f5af388a76bd";
let expected_hash = "3222d00495ed7772b0c7a3ef9d917507a5c58110644d48c8459789a435a73192";
let builder = ConfigBuilder::default();
let mut hash_builder = ConfigBuilderHash::from(&builder);
hash_builder.version = "1.2.3".into();
Expand Down

0 comments on commit 6175d96

Please sign in to comment.