Skip to content

Commit

Permalink
Fixes httpmock bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkforest committed Dec 16, 2021
1 parent 91995b3 commit 59e8ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mocks/http_server.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! HTTP Server Mock provides httpmock MockServer instance for development testing
use httpmock::MockServer;
use httpmock::Method::GET;
use httpmock::MockRef;
use tokio::io::{self, AsyncReadExt};
use tokio::fs::File;
use std::path::Path;
Expand Down

0 comments on commit 59e8ef0

Please sign in to comment.