Skip to content

Commit

Permalink
Remove Printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
kadircancetin committed Nov 5, 2024
1 parent ecf4c71 commit 8933cee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sdk/arc59_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package sdk

import (
"encoding/base64"
"fmt"
"testing"

"github.com/algorand/go-algorand-sdk/v2/mnemonic"
Expand Down Expand Up @@ -191,10 +190,6 @@ func TestMakeAndSignARC59ClaimTxn(t *testing.T) {
txs_3 := generated_txns_3.Extract()
require.Equal(t, len(txs_3), 3)

fmt.Println(base64.StdEncoding.EncodeToString(txs_3[0]))
fmt.Println(base64.StdEncoding.EncodeToString(txs_3[1]))
fmt.Println(base64.StdEncoding.EncodeToString(txs_3[2]))

require.Equal(
t,
"gqNzaWfEQEoLwKPyWIBtOQ5wXZ8WJlQ9/wMD9rixH3V5NwuvFk2v95VPvAJcO77D7yfdXXsK6emBZWJq5RSXNZ9IMb53ygSjdHhui6RhcGFhkcQENi3K16RhcGF0kcQg8se00s+P9Dv1LTPOfUCM0hUQblcxZRjx/5h6llXwmjCkYXBieJGBoW7EIJEaOQnFst/XZqW1qdDeUV1qSc6dRUcZgW+E0ZmBXOILpGFwaWTOJlO1dKJmds4CaPToo2dlbqx0ZXN0bmV0LXYxLjCiZ2jEIEhjtRiks8hOyBDyLU8QgcsPcfBZp6wg3sYvf3DlCToio2dycMQgdjURnaVRpNL/JxD3ExEpJgm6hVcpN5yLr55KcGNk/c+ibHbOAmj40KNzbmTEIJEaOQnFst/XZqW1qdDeUV1qSc6dRUcZgW+E0ZmBXOILpHR5cGWkYXBwbA==",
Expand Down

0 comments on commit 8933cee

Please sign in to comment.