Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyunchen committed Jun 20, 2018
1 parent 02a6ed8 commit 98339c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubernetes/nodes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ func TestGetNodes(t *testing.T) {
clientset, err := kubernetes.NewClientset()
assert.NoError(t, err)

nodes, err := GetNodes(clientset)
_, err = GetNodes(clientset)
assert.NoError(t, err)
}

0 comments on commit 98339c9

Please sign in to comment.