Skip to content

Commit

Permalink
test: move db-tests back into the main crate
Browse files Browse the repository at this point in the history
ISsue #410
  • Loading branch information
pjenvey committed Mar 2, 2020
1 parent 13b44f4 commit 2fb5877
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pub mod mysql;
pub mod params;
pub mod results;
pub mod spanner;
#[cfg(test)]
mod tests;
pub mod util;

use std::fmt::Debug;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2fb5877

Please sign in to comment.