Skip to content

Commit

Permalink
Removed redundant comments on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lr-paul committed Aug 31, 2015
1 parent 3e59754 commit d91c599
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/catnodeinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ func TestCatNode(t *testing.T) {

c := NewTestConn()

// Typical cat nodes call
Convey("Basic cat nodes", t, func() {

fields := []string{"fm", "fe", "fcm", "fce", "ft", "ftt", "im", "rp"}
Expand All @@ -27,7 +26,6 @@ func TestCatNode(t *testing.T) {
}
})

// Cat nodes call with default arguments
Convey("Cat nodes with default arguments", t, func() {

fields := []string{}
Expand All @@ -45,7 +43,6 @@ func TestCatNode(t *testing.T) {
}
})

// Cat nodes with all parameters
Convey("Cat nodes with all output fields", t, func() {

fields := []string{
Expand Down Expand Up @@ -74,7 +71,6 @@ func TestCatNode(t *testing.T) {
}
})

// Test field name validation
Convey("Invalid field error behavior", t, func() {

fields := []string{"fm", "bogus"}
Expand Down

0 comments on commit d91c599

Please sign in to comment.