Rename tests module to test

This commit is contained in:
Steven Fackler 2014-02-09 16:01:09 -08:00
parent 0ea80b4c99
commit d84acfda52
2 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ pub mod pool;
mod message;
pub mod types;
#[cfg(test)]
mod tests;
mod test;
macro_rules! if_ok_pg_conn(
($e:expr) => (