This commit is contained in:
Mike Farah
2022-01-14 15:22:55 +11:00
parent 84ddf1862f
commit 78b45a3eb0
4 changed files with 12 additions and 14 deletions
+3 -3
View File
@@ -66,7 +66,7 @@ yaml: doc
}
test.AssertResult(t, expectedContent, string(contentBytes))
tryRemoveFile(file)
tryRemoveTempFile(file)
fmHandler.CleanUp()
}
@@ -103,7 +103,7 @@ yaml: doc
}
test.AssertResult(t, expectedContent, string(contentBytes))
tryRemoveFile(file)
tryRemoveTempFile(file)
fmHandler.CleanUp()
}
@@ -137,6 +137,6 @@ yaml: doc
}
test.AssertResult(t, expectedContent, string(contentBytes))
tryRemoveFile(file)
tryRemoveTempFile(file)
fmHandler.CleanUp()
}