Skip to content

Commit

Permalink
Merge pull request #5 from spinkube/fix/rustfmt
Browse files Browse the repository at this point in the history
fix(tests): address rustfmt err
  • Loading branch information
Mossaka authored Feb 2, 2024
2 parents b29f93f + 48a7326 commit da27f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod test {
use redis::AsyncCommands;
use tokio::process::Command;

use crate::{random_payload, retry_get, retry_put};
use crate::retry_get;
use anyhow::Result;

const RETRY_TIMES: u32 = 5;
Expand Down

0 comments on commit da27f7f

Please sign in to comment.