Skip to content

Commit

Permalink
enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Oct 26, 2022
1 parent b2237e0 commit bfd9f6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions local/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"crypto"
"crypto/tls"
"encoding/binary"
"fmt"
"io"
"net"
"testing"
Expand Down Expand Up @@ -118,7 +117,6 @@ func verifyProtocol(
// the expected sequence
for _, expectedOpMsg := range opSequence {
msgBytes, err := readMessage(nodeConn, errCh)
fmt.Println(msgBytes, err)
if err != nil {
// If there was an error no need continue
return
Expand Down Expand Up @@ -176,7 +174,6 @@ func sendMessage(nodeConn net.Conn, msgBytes []byte, errCh chan error) error {
// TestAttachPeer tests that we can attach a test peer to a node
// and that the node receives messages sent through the test peer
func TestAttachPeer(t *testing.T) {
t.Skip()
assert := assert.New(t)

// [nodeConn] is the connection that [node] uses to read from/write to [peer] (defined below)
Expand Down

0 comments on commit bfd9f6b

Please sign in to comment.