test(pkg/logfile): enable cleanup
This commit is contained in:
		| @@ -27,8 +27,8 @@ func TestConvert(t *testing.T) { | ||||
| 	markupLanguages := []string{"csv", "json", "xml"} | ||||
|  | ||||
| 	for _, markupLanguageFrom := range markupLanguages { | ||||
| 		testDir, _ := createTestDir(t) | ||||
| 		//defer cleanup() | ||||
| 		testDir, cleanup := createTestDir(t) | ||||
| 		defer cleanup() | ||||
|  | ||||
| 		for _, markupLanguageTo := range markupLanguages { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user