Drop Fit on recipe tests

Signed-off-by: Ettore Di Giacinto <mudler@gentoo.org>
This commit is contained in:
Ettore Di Giacinto
2019-11-16 12:07:46 +01:00
parent 56602d062f
commit b59256337a

View File

@@ -61,7 +61,7 @@ var _ = Describe("Recipe", func() {
})
Context("Reloading trees", func() {
FIt("writes and reads back the same tree", func() {
It("writes and reads back the same tree", func() {
tmpdir, err := ioutil.TempDir("", "tree")
Expect(err).ToNot(HaveOccurred())
defer os.RemoveAll(tmpdir) // clean up