Fix imports
This commit is contained in:
parent
b68e1e2d55
commit
380d622b37
|
|
@ -51,7 +51,7 @@ pub struct Filter(pub Vec<u8>);
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|
||||||
use crate::constants::magics;
|
use zebra_chain::network::magics;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn magic_debug() {
|
fn magic_debug() {
|
||||||
|
|
@ -67,7 +67,7 @@ mod proptest {
|
||||||
|
|
||||||
use proptest::prelude::*;
|
use proptest::prelude::*;
|
||||||
|
|
||||||
use super::Magic;
|
use zebra_chain::types::Magic;
|
||||||
|
|
||||||
proptest! {
|
proptest! {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue