Skip to content

Commit 004c3e1

Browse files
authored
Merge pull request #195 from Turbo87/fix-ci
pg: Remove `pub` from `tests` module declaration
2 parents 5b8262b + 745cfe6 commit 004c3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ impl crate::pooled_connection::PoolableConnection for AsyncPgConnection {
894894
}
895895

896896
#[cfg(test)]
897-
pub mod tests {
897+
mod tests {
898898
use super::*;
899899
use crate::run_query_dsl::RunQueryDsl;
900900
use diesel::sql_types::Integer;

0 commit comments

Comments
 (0)