Skip to content

Commit

Permalink
remove invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Apr 3, 2024
1 parent 13b75e3 commit c5dfb42
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions zetaclient/bitcoin/bitcoin_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,3 @@ func TestCheckTSSVoutCancelled(t *testing.T) {
require.ErrorContains(t, err, "not match TSS address")
})
}

func TestBTCChainClient_ObserveInTx(t *testing.T) {
t.Run("should return error", func(t *testing.T) {
// create mainnet mock client
btcClient := MockBTCClientMainnet()
err := btcClient.ObserveInTx()
require.ErrorContains(t, err, "inbound TXS / Send has been disabled by the protocol")
})
}

0 comments on commit c5dfb42

Please sign in to comment.