Skip to content

Commit

Permalink
Fix: Remove btc testcase annotation (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 authored Jan 16, 2024
1 parent bcd9b58 commit 4e9fdb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/omni_lock_rust/tests/test_omni_lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,15 +553,15 @@ fn test_btc_err_pubkey(vtype: u8) {

fn test_btc(vtype: u8) {
test_btc_success(vtype);
// test_btc_err_pubkey(vtype);
test_btc_err_pubkey(vtype);
}

#[test]
fn test_btc_unlock() {
test_btc(BITCOIN_V_TYPE_P2PKHUNCOMPRESSED);
// test_btc(BITCOIN_V_TYPE_P2PKHCOMPRESSED);
// test_btc(BITCOIN_V_TYPE_SEGWITP2SH);
// test_btc(BITCOIN_V_TYPE_SEGWITBECH32);
test_btc(BITCOIN_V_TYPE_P2PKHCOMPRESSED);
test_btc(BITCOIN_V_TYPE_SEGWITP2SH);
test_btc(BITCOIN_V_TYPE_SEGWITBECH32);
}

#[test]
Expand Down

0 comments on commit 4e9fdb6

Please sign in to comment.