Skip to content

Commit fef829f

Browse files
authored
test(sender-account): fix db isolation issue (#758)
1 parent 6fb2950 commit fef829f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/tap-agent/src/agent/sender_account.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,8 +1765,10 @@ pub mod tests {
17651765
}
17661766

17671767
#[rstest::rstest]
1768-
#[tokio::test]
1768+
#[sqlx::test(migrations = "../../migrations")]
1769+
#[serial]
17691770
async fn test_update_receipt_fees_trigger_rav(
1771+
#[ignore] _pgpool: PgPool,
17701772
#[future(awt)] mut basic_sender_account: TestSenderAccount,
17711773
) {
17721774
// create a fake sender allocation

0 commit comments

Comments
 (0)