From b59256337a5c5a92561ab37bd898e69a550ef34e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 16 Nov 2019 12:07:46 +0100 Subject: [PATCH] Drop Fit on recipe tests Signed-off-by: Ettore Di Giacinto --- pkg/tree/recipes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tree/recipes_test.go b/pkg/tree/recipes_test.go index 10e19e31..391319c9 100644 --- a/pkg/tree/recipes_test.go +++ b/pkg/tree/recipes_test.go @@ -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