Skip to content

Commit 650f911

Browse files
committed
Fix doc test failure
1 parent 40a7c4e commit 650f911

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/macros/test.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ use sqlx::{PgPool, Row};
133133
# migrations: Cow::Borrowed(&[]),
134134
# ignore_missing: false,
135135
# locking: true,
136-
# no_tx: false
136+
# no_tx: false,
137+
# template_params: None,
138+
# template_parameters_from_env: false,
137139
# };
138140
# }
139141

0 commit comments

Comments
 (0)