Skip to content

Commit c99f6c1

Browse files
committed
readd invocation of send_grace_dust
1 parent c449500 commit c99f6c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libtonode-tests/tests/chain_generics.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ mod chain_generics {
4949
async fn ignore_dust_inputs() {
5050
fixtures::ignore_dust_inputs::<LibtonodeEnvironment>().await;
5151
}
52+
#[tokio::test]
53+
async fn send_grace_dust() {
54+
fixtures::send_grace_dust::<LibtonodeEnvironment>().await;
55+
}
5256
mod environment {
5357
use zcash_client_backend::PoolType;
5458

0 commit comments

Comments
 (0)