diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-14 18:37:38 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-14 18:37:38 -0800 |
commit | 610b0a6550c758529cf6c34587f45e483a240df4 (patch) | |
tree | 53b84dc464119841dcf659674f048173492c9800 /rust/tests/test_api_server_http.rs | |
parent | cb8067ca6e4abe3bea499fc45ece05a454c794d6 (diff) | |
download | fatcat-610b0a6550c758529cf6c34587f45e483a240df4.tar.gz fatcat-610b0a6550c758529cf6c34587f45e483a240df4.zip |
rustfmt
Diffstat (limited to 'rust/tests/test_api_server_http.rs')
-rw-r--r-- | rust/tests/test_api_server_http.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/tests/test_api_server_http.rs b/rust/tests/test_api_server_http.rs index f43ee756..6266a747 100644 --- a/rust/tests/test_api_server_http.rs +++ b/rust/tests/test_api_server_http.rs @@ -21,7 +21,7 @@ use iron_test::request; use uuid::Uuid; mod helpers; -use helpers::{setup_http, check_http_response}; +use helpers::{check_http_response, setup_http}; #[test] fn test_entity_gets() { |