Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez committed Apr 14, 2024
1 parent c82e383 commit b5c6eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use integrationos_domain::{
Store,
};
use mongodb::{Client as MongoClient, Database};
use oauth_api::prelude::{Application, Config};
use oauth_api::{prelude::Config, Application};
use once_cell::sync::Lazy;
use rand::Rng;
use reqwest::{header::HeaderMap, Client};
Expand Down

0 comments on commit b5c6eb6

Please sign in to comment.