From ec31a3a69176c5e136b165f6c77acaeee698d414 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Thu, 12 Oct 2023 10:08:25 +0200 Subject: [PATCH] Fix typo Signed-off-by: Cosmin Cojocar --- helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers_test.go b/helpers_test.go index cd01216..776397a 100644 --- a/helpers_test.go +++ b/helpers_test.go @@ -252,7 +252,7 @@ var _ = Describe("Helpers", func() { Expect(result).Should(HaveKeyWithValue("fmt", "Println")) }) - It("should return the type and call name when built-in new function is overriden", func() { + It("should return the type and call name when built-in new function is overridden", func() { pkg := testutils.NewTestPackage() defer pkg.Close() pkg.AddFile("main.go", `