Revert "Added new test"

This reverts commit a67140d678.
This commit is contained in:
2016-03-29 01:45:29 +03:00
parent a67140d678
commit ce32dddfaa

View File

@@ -76,7 +76,6 @@ func TestGetFileType(t *testing.T) {
"file1.Json.gz": "json.gz",
"out.csv.json.jsl": "jsl",
"out.jsl.json.csv": "csv",
"stuff.gz": "",
}
for test, res := range tests {
if GetFileType(test) != res {