Skip to content

Commit 9b0ed39

Browse files
committed
put DatabaseConnectionProvider behind test-utils feature flag
1 parent ac23aac commit 9b0ed39

File tree

1 file changed

+1
-0
lines changed
  • crates/database/db/src

1 file changed

+1
-0
lines changed

crates/database/db/src/db.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ impl DatabaseTransactionProvider for Arc<Database> {
118118
}
119119
}
120120

121+
#[cfg(feature = "test-utils")]
121122
impl DatabaseConnectionProvider for Database {
122123
type Connection = DatabaseConnection;
123124

0 commit comments

Comments
 (0)