Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Oct 19, 2023
1 parent 46b2fd1 commit 8c28c58
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zebra-state/src/service/finalized_state/disk_db/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,5 @@ fn zs_iter_opts_increments_key_by_one() {
} else {
assert_eq!(extra_bytes.len(), 0, "there should be no extra bytes");
}

assert_ne!(
extra_bytes.last().expect("there must be at least one byte"),
&0,
"the last byte can't be zero"
);
}
}

0 comments on commit 8c28c58

Please sign in to comment.