Skip to content

Commit

Permalink
Remove dead code in introspection test API
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Aug 6, 2024
1 parent 04cf8ac commit 48e90a1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ impl From<IntrospectionResult> for TestMultiResult {
}

pub struct TestApi {
pub connection_string: String,
pub database_name: String,
pub db: Database,
pub features: BitFlags<PreviewFeature>,
pub connector: MongoDbSchemaConnector,
Expand Down Expand Up @@ -122,8 +120,6 @@ where
let connector = MongoDbSchemaConnector::new(params);

let api = TestApi {
connection_string,
database_name,
db: database.clone(),
features: preview_features,
connector,
Expand Down

0 comments on commit 48e90a1

Please sign in to comment.