File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
packages/rs-sdk/tests/fetch Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ async fn test_asset_lock_proof() {
6363 // expect err that can be retried
6464 expect_err : bool ,
6565 }
66- // instant_lock: InstantLock, transaction: Transaction, output_index: u32
66+
6767 let test_cases = vec ! [
6868 TestCase {
6969 asset_lock_proof: AssetLockProof :: Chain ( ChainAssetLockProof :: new(
@@ -80,14 +80,6 @@ async fn test_asset_lock_proof() {
8080 ) ) ,
8181 expect_err: false ,
8282 } ,
83- TestCase {
84- asset_lock_proof: AssetLockProof :: Instant ( InstantAssetLockProof :: new(
85- InstantLock :: default ( ) ,
86- tx,
87- 0 ,
88- ) ) ,
89- expect_err: true ,
90- } ,
9183 TestCase {
9284 asset_lock_proof: AssetLockProof :: Chain ( ChainAssetLockProof :: new(
9385 core_chain_locked_height + 100 ,
You can’t perform that action at this time.
0 commit comments