File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ func (g *Gomega) ConfigureWithT(t types.GomegaTestingT) *Gomega {
39
39
return g
40
40
}
41
41
42
- func (g * Gomega ) Ω (atual interface {}, extra ... interface {}) types.Assertion {
43
- return g .ExpectWithOffset (0 , atual , extra ... )
42
+ func (g * Gomega ) Ω (actual interface {}, extra ... interface {}) types.Assertion {
43
+ return g .ExpectWithOffset (0 , actual , extra ... )
44
44
}
45
45
46
- func (g * Gomega ) Expect (atual interface {}, extra ... interface {}) types.Assertion {
47
- return g .ExpectWithOffset (0 , atual , extra ... )
46
+ func (g * Gomega ) Expect (actual interface {}, extra ... interface {}) types.Assertion {
47
+ return g .ExpectWithOffset (0 , actual , extra ... )
48
48
}
49
49
50
50
func (g * Gomega ) ExpectWithOffset (offset int , actual interface {}, extra ... interface {}) types.Assertion {
You can’t perform that action at this time.
0 commit comments