Skip to content

Commit a6910f2

Browse files
committed
test: remove unsupported test case
1 parent 821bfd7 commit a6910f2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/rs-sdk/tests/fetch/asset_lock.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)