zpay32: remove test case with negative amt

This commit is contained in:
Olaoluwa Osuntokun 2018-02-24 20:11:18 -08:00
parent 7031b5d217
commit 8d35ea381e
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 0 additions and 4 deletions

View File

@ -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,