Skip to content

Commit

Permalink
remove ignore directive
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Mar 25, 2024
1 parent 22d1a9a commit bcb1caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iot_packet_verifier/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ impl SolanaNetwork for MockSolanaNetwork {
}

#[sqlx::test]
#[ignore]
async fn test_pending_txns(pool: PgPool) -> anyhow::Result<()> {
const CONFIRMED_BURN_AMOUNT: u64 = 7;
const UNCONFIRMED_BURN_AMOUNT: u64 = 11;
Expand Down

0 comments on commit bcb1caa

Please sign in to comment.