Review feedback

This commit is contained in:
Alfonso Acosta
2016-10-28 08:58:45 +00:00
parent f906511ded
commit b6b343cbfd
2 changed files with 2 additions and 4 deletions

View File

@@ -152,7 +152,6 @@ func init() {
parent: "hosts",
renderer: render.WeaveRenderer,
Name: "Weave Net",
Rank: 3,
},
)
}

View File

@@ -65,9 +65,8 @@ func TestStatus(t *testing.T) {
want := weave.Status{
Router: weave.Router{
Peers: []struct {
Name string
NickName string
// TODO, extend
Name string
NickName string
Connections []struct {
Name string
NickName string