mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
zpay32: remove test case with negative amt
This commit is contained in:
parent
7031b5d217
commit
8d35ea381e
1 changed files with 0 additions and 4 deletions
|
@ -149,10 +149,6 @@ func TestEncodeAmount(t *testing.T) {
|
|||
valid bool
|
||||
result string
|
||||
}{
|
||||
{
|
||||
msat: -10, // mSat
|
||||
valid: false, // negative amount
|
||||
},
|
||||
{
|
||||
msat: 1, // mSat
|
||||
valid: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue