Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Dec 12, 2023
1 parent f7fc876 commit 6b04fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-scan/src/storage/db/tests/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn snapshot_typed_result_data(storage: &Storage) {
// Make sure the typed key format doesn't accidentally change.
//
// TODO: update this after PR #8080
let sapling_keys_and_birthday_heights = storage.sapling_keys();
let sapling_keys_and_birthday_heights = storage.sapling_keys_last_heights();
// HashMap has an unstable order across Rust releases, so we need to sort it here.
insta::assert_ron_snapshot!(
"sapling_keys",
Expand Down

0 comments on commit 6b04fb0

Please sign in to comment.