We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb2950 commit 4cd0c5fCopy full SHA for 4cd0c5f
crates/tap-agent/src/agent/sender_account.rs
@@ -1765,8 +1765,10 @@ pub mod tests {
1765
}
1766
1767
#[rstest::rstest]
1768
- #[tokio::test]
+ #[sqlx::test(migrations = "../../migrations")]
1769
+ #[serial]
1770
async fn test_update_receipt_fees_trigger_rav(
1771
+ #[ignore] _pgpool: PgPool,
1772
#[future(awt)] mut basic_sender_account: TestSenderAccount,
1773
) {
1774
// create a fake sender allocation
0 commit comments