Skip to content

Commit da09924

Browse files
committed
test: add back where last
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 4bded36 commit da09924

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.sqlx/query-a95d8893a679041a9f91227f83c61b4c2245f5b9f35cf0ab1711a6a609e93320.json renamed to .sqlx/query-3d76b9e04b0c09999c5653e4176e469cd7bc10a39e7c94f2b3d57946e4a060ff.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tap-agent/tests/sender_account_manager_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async fn sender_account_manager_layer_test(pgpool: PgPool) {
155155

156156
let rav_marked_as_last = sqlx::query!(
157157
r#"
158-
SELECT * FROM scalar_tap_ravs;
158+
SELECT * FROM scalar_tap_ravs WHERE last;
159159
"#,
160160
)
161161
.fetch_all(&pgpool)

0 commit comments

Comments
 (0)