Skip to content

Commit

Permalink
remove outdated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Case committed Sep 11, 2024
1 parent 2ce1cc1 commit 431d717
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions aip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,6 @@ func TestSign(t *testing.T) {
false,
false,
},
// {
// "",
// BitcoinECDSA,
// exampleMessage,
// "",
// false,
// true,
// },
// {
// "",
// Paymail,
// exampleMessage,
// "",
// false,
// true,
// },
{
"80699541455b59a8a8a33b85892319de8b8e8944eb8b48e9467137825ae192e59f01",
BitcoinECDSA,
Expand All @@ -72,22 +56,6 @@ func TestSign(t *testing.T) {
false,
false,
},
// {
// "00000",
// BitcoinECDSA,
// "",
// "",
// false,
// true,
// },
// {
// "00000",
// Paymail,
// "",
// "",
// false,
// true,
// },
{
"e83385af76b2b1997326b567461fb73dd9c27eab9e1e86d26779f4650c5f2b75",
BitcoinECDSA,
Expand Down

0 comments on commit 431d717

Please sign in to comment.