mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 07:24:21 +01:00
zpay32: remove test case with negative amt
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user