Skip to content

Commit e8f0c6a

Browse files
committed
fix test
1 parent cd7da45 commit e8f0c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use postgres::Row;
21
use postgres_from_row::FromRow;
2+
use tokio_postgres::Row;
33

44
#[derive(FromRow)]
55
#[allow(dead_code)]

0 commit comments

Comments
 (0)