Add test case for Api1Range serde
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
#[cfg(test)]
|
||||
mod api1;
|
||||
#[cfg(test)]
|
||||
mod api4;
|
||||
pub mod archapp;
|
||||
pub mod binnedbinary;
|
||||
pub mod binnedjson;
|
||||
pub mod events;
|
||||
#[cfg(test)]
|
||||
mod events;
|
||||
#[cfg(test)]
|
||||
mod eventsjson;
|
||||
pub mod timeweightedjson;
|
||||
#[cfg(test)]
|
||||
mod timeweightedjson;
|
||||
|
||||
use bytes::BytesMut;
|
||||
use err::Error;
|
||||
|
||||
Reference in New Issue
Block a user