Added new test

This commit is contained in:
2016-03-29 01:42:29 +03:00
parent 1438c17d76
commit a67140d678

View File

@@ -76,6 +76,7 @@ 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 {