Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Apr 7, 2022
1 parent 864c962 commit ab0748d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,12 @@ mod tests {
#[cfg(feature = "async")]
#[tokio::test]
async fn list() {
use crate::params::List;
use crate::Client;
use crate::{Customer, ListCustomers};
use httpmock::Method::GET;
use httpmock::MockServer;

use crate::Client;
use crate::{Customer, ListCustomers};

// Start a lightweight mock server.
let server = MockServer::start_async().await;

Expand Down

0 comments on commit ab0748d

Please sign in to comment.