Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
1. Removed incorrect Example for client
2. Fixed typo "TransportManger" in pkg/transport/manager_test.go

as discussed with Evan
  • Loading branch information
ayuryshev committed Mar 25, 2019
1 parent 563e138 commit 3022120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 92 deletions.
89 changes: 0 additions & 89 deletions pkg/messaging-discovery/client/examples/client_test.go

This file was deleted.

6 changes: 3 additions & 3 deletions pkg/transport/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/skycoin/skywire/pkg/cipher"
)

func TestTransportManger(t *testing.T) {
func TestTransportManager(t *testing.T) {
client := NewDiscoveryMock()
logStore := InMemoryTransportLogStore()

Expand Down Expand Up @@ -101,7 +101,7 @@ func TestTransportManger(t *testing.T) {
mu.Unlock()
}

func TestTransportMangerReEstablishTransports(t *testing.T) {
func TestTransportManagerReEstablishTransports(t *testing.T) {
client := NewDiscoveryMock()
logStore := InMemoryTransportLogStore()

Expand Down Expand Up @@ -157,7 +157,7 @@ func TestTransportMangerReEstablishTransports(t *testing.T) {
require.NoError(t, <-errCh)
}

func TestTransportMangerLogs(t *testing.T) {
func TestTransportManagerLogs(t *testing.T) {
client := NewDiscoveryMock()
logStore1 := InMemoryTransportLogStore()
logStore2 := InMemoryTransportLogStore()
Expand Down

0 comments on commit 3022120

Please sign in to comment.