We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e7d2c commit e68d4d0Copy full SHA for e68d4d0
substrate-archive/src/database.rs
@@ -270,5 +270,4 @@ impl Insert for Metadata {
270
#[cfg(test)]
271
mod tests {
272
//! Must be connected to a local database
273
- use super::*;
274
}
substrate-archive/src/database/queries.rs
@@ -220,6 +220,4 @@ pub(crate) async fn get_all_blocks<B: BlockT + DeserializeOwned>(
220
221
222
//! Must be connected to a postgres database
223
224
- // use diesel::test_transaction;
225
0 commit comments