We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8ddd6 commit 545a0c1Copy full SHA for 545a0c1
defaults/utils.go
@@ -41,7 +41,7 @@ func NewMockContext(args ...*echo.Echo) echo.Context {
41
return c
42
}
43
44
-func NewMockContextWithContext(ctx context.Context, args ...*echo.Echo) echo.Context {
+func NewMockContextWith(ctx context.Context, args ...*echo.Echo) echo.Context {
45
var e *echo.Echo
46
if len(args) > 0 {
47
e = args[0]
0 commit comments