diff --git a/pkg/jsontable/jsontable_test.go b/pkg/jsontable/jsontable_test.go index 159ffb69..fb50067f 100644 --- a/pkg/jsontable/jsontable_test.go +++ b/pkg/jsontable/jsontable_test.go @@ -9,9 +9,8 @@ import ( "github.com/olekukonko/tablewriter" ) - var TestLine = []string{"1", "2"} -var TestGroup = [][]string {{"1", "2", "3"}, {"a", "teohunteohu", "c", "d"}, {"☺", "☹"}} +var TestGroup = [][]string{{"1", "2", "3"}, {"a", "teohunteohu", "c", "d"}, {"☺", "☹"}} var TestKeys = []string{"key0", "key1", "key2"} /// test creation @@ -81,5 +80,4 @@ func TestTableWriter(t *testing.T) { } } - /// FIXME test different output formats when captions etc. are added