(&self, query: &str)
| 13 | } |
| 14 | |
| 15 | async fn query(&self, query: &str) -> Result<pgsqlite::session::DbResponse, pgsqlite::PgSqliteError> { |
| 16 | self.db_handler.query_with_session(query, &self.session_id).await |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | impl Drop for TestContext { |
no test coverage detected