Updated Travis.yml and test procedures in common

This commit is contained in:
Ryan O'Hara-Reid
2017-07-28 16:39:36 +10:00
committed by Adrian Gallagher
parent 26b840597b
commit 6afaefa5bf
2 changed files with 5 additions and 6 deletions

View File

@@ -558,7 +558,6 @@ func TestExtractPort(t *testing.T) {
}
func TestOutputCSV(t *testing.T) {
t.Parallel()
path := "../testdata/dump"
data := [][]string{}
rowOne := []string{"Appended", "to", "two", "dimensional", "array"}