Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Mar 11, 2020
1 parent 5d4c933 commit 164f050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/interceptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ func (instance *testInterceptor) OnHandleError(box goxr.Box, err error, _ bool,
}

func (instance *testInterceptor) OnAccessLog(goxr.Box, *fasthttp.RequestCtx, *map[string]interface{}) (handled bool) {
panic("not implemented")
return false
}

0 comments on commit 164f050

Please sign in to comment.