Skip to content

Commit 545a0c1

Browse files
committed
update
1 parent 2c8ddd6 commit 545a0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewMockContext(args ...*echo.Echo) echo.Context {
4141
return c
4242
}
4343

44-
func NewMockContextWithContext(ctx context.Context, args ...*echo.Echo) echo.Context {
44+
func NewMockContextWith(ctx context.Context, args ...*echo.Echo) echo.Context {
4545
var e *echo.Echo
4646
if len(args) > 0 {
4747
e = args[0]

0 commit comments

Comments
 (0)