From 3aaa3d1e80284b4c4dd39cd83b73f586e2831d5d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 24 Aug 2020 21:37:17 -0700 Subject: move request body parsing to module/file --- tests/parse_es_requests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/parse_es_requests.rs b/tests/parse_es_requests.rs index a4950c0..c34dfad 100644 --- a/tests/parse_es_requests.rs +++ b/tests/parse_es_requests.rs @@ -1,7 +1,7 @@ use std::fs; use std::ffi::OsStr; -use es_public_proxy::{ScrollBody, SearchBody}; +use es_public_proxy::parse::{ScrollBody, SearchBody}; mod common; -- cgit v1.2.3