Fix imports

This commit is contained in:
Deirdre Connolly 2020-03-10 22:40:27 -04:00 committed by Deirdre Connolly
parent b68e1e2d55
commit 380d622b37
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ pub struct Filter(pub Vec<u8>);
#[cfg(test)]
mod tests {
use crate::constants::magics;
use zebra_chain::network::magics;
#[test]
fn magic_debug() {
@ -67,7 +67,7 @@ mod proptest {
use proptest::prelude::*;
use super::Magic;
use zebra_chain::types::Magic;
proptest! {