Skip to content

Commit

Permalink
Fix quickcheck test compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Szabolcs Berecz <szabolcs.berecz@gmail.com>
  • Loading branch information
khernyo committed Sep 8, 2018
1 parent e66fe53 commit ed1aeb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/model.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#[macro_use]
extern crate quickcheck;
extern crate hypercore;
extern crate rand;

mod helpers;

use helpers::create_feed;
use quickcheck::{Arbitrary, Gen};
use rand::Rng;
use std::u8;

const MAX_FILE_SIZE: usize = 5 * 10; // 5mb
Expand Down

0 comments on commit ed1aeb0

Please sign in to comment.