Skip to content

Commit

Permalink
integration: do not expose 'embed.Etcd.Peers'
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed May 5, 2017
1 parent aed5f0d commit 723d247
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration/embed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ func TestEmbedEtcd(t *testing.T) {
t.Errorf("%d: expected success, got error %v", i, err)
continue
}
if len(e.Peers) != tt.wpeers {
t.Errorf("%d: expected %d peers, got %d", i, tt.wpeers, len(e.Peers))
}
if len(e.Clients) != tt.wclients {
t.Errorf("%d: expected %d clients, got %d", i, tt.wclients, len(e.Clients))
}
Expand Down

0 comments on commit 723d247

Please sign in to comment.