Skip to content

Commit

Permalink
Rewrite test code
Browse files Browse the repository at this point in the history
  • Loading branch information
rikonaka committed Jul 7, 2023
1 parent 05a2de1 commit 76bcbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -493,7 +493,7 @@ mod tests {
let _ = postgresql.execute(sql).await.unwrap();
for i in 0..10 {
let sql = format!(
"INSERT INTO info (id, name, date) VALUES ('test{}', '2023-07-07')",
"INSERT INTO info (name, date) VALUES ('test{}', '2023-07-07')",
i
);
let _ = postgresql.execute(&sql).await.unwrap();
Expand Down

0 comments on commit 76bcbe5

Please sign in to comment.