We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11eb28 commit ec31a3aCopy full SHA for ec31a3a
helpers_test.go
@@ -252,7 +252,7 @@ var _ = Describe("Helpers", func() {
252
Expect(result).Should(HaveKeyWithValue("fmt", "Println"))
253
})
254
255
- 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() {
256
pkg := testutils.NewTestPackage()
257
defer pkg.Close()
258
pkg.AddFile("main.go", `
0 commit comments