From 8d35ea381e437e3f91f998a8cc39b1609b256a34 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sat, 24 Feb 2018 20:11:18 -0800 Subject: [PATCH] zpay32: remove test case with negative amt --- zpay32/invoice_internal_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zpay32/invoice_internal_test.go b/zpay32/invoice_internal_test.go index 99fa8375..50596baf 100644 --- a/zpay32/invoice_internal_test.go +++ b/zpay32/invoice_internal_test.go @@ -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,