Skip to content

Commit

Permalink
change tests mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
takaebato committed Feb 12, 2024
1 parent 1b6761a commit 9ca906b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(test)]
mod tests {
mod integration {
use assert_cmd::Command;
use predicates::prelude::*;
use std::io::Write;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(test)]
mod tests {
mod integration {
use sql_insight::test_utils::all_dialects;
use sql_insight::{CrudTables, NormalizerOptions};
use sql_insight::{TableReference, Tables};
Expand Down

0 comments on commit 9ca906b

Please sign in to comment.