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