Skip to content

Commit 4acb77a

Browse files
committed
readd dropped tests
1 parent c99f6c1 commit 4acb77a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libtonode-tests/tests/chain_generics.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ mod chain_generics {
5353
async fn send_grace_dust() {
5454
fixtures::send_grace_dust::<LibtonodeEnvironment>().await;
5555
}
56+
#[tokio::test]
57+
async fn change_required() {
58+
fixtures::change_required::<LibtonodeEnvironment>().await;
59+
}
60+
#[tokio::test]
61+
async fn send_required_dust() {
62+
fixtures::send_required_dust::<LibtonodeEnvironment>().await;
63+
}
5664
mod environment {
5765
use zcash_client_backend::PoolType;
5866

0 commit comments

Comments
 (0)