Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
Cosmin Cojocar 2023-10-12 10:08:25 +02:00 committed by Cosmin Cojocar
parent a11eb28e2f
commit ec31a3a691

View file

@ -252,7 +252,7 @@ var _ = Describe("Helpers", func() {
Expect(result).Should(HaveKeyWithValue("fmt", "Println")) 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() pkg := testutils.NewTestPackage()
defer pkg.Close() defer pkg.Close()
pkg.AddFile("main.go", ` pkg.AddFile("main.go", `