zpay32: remove test case with negative amt
This commit is contained in:
parent
7031b5d217
commit
8d35ea381e
@ -149,10 +149,6 @@ func TestEncodeAmount(t *testing.T) {
|
|||||||
valid bool
|
valid bool
|
||||||
result string
|
result string
|
||||||
}{
|
}{
|
||||||
{
|
|
||||||
msat: -10, // mSat
|
|
||||||
valid: false, // negative amount
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
msat: 1, // mSat
|
msat: 1, // mSat
|
||||||
valid: true,
|
valid: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user