Skip to content

Commit

Permalink
issues-347 Fix compile error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrivosheev committed Sep 9, 2022
1 parent 9dc0f75 commit 9e92589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/postgres/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mod index;
mod interval;
mod query;
mod table;
// mod types;
mod types;

#[path = "../common.rs"]
mod common;
Expand Down
5 changes: 4 additions & 1 deletion tests/postgres/types.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use sea_query::{extension::postgres::Type, Alias, PostgresQueryBuilder};
use sea_query::{
extension::postgres::{Type, TypeStatementBuilder},
Alias, PostgresQueryBuilder,
};

use super::*;

Expand Down

0 comments on commit 9e92589

Please sign in to comment.