mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 02:47:04 +00:00
fix examples link in the /mvc and a controller test
Former-commit-id: 1384d7297f79f47a395701433034c57ad361f5ab
This commit is contained in:
@@ -482,7 +482,7 @@ func (c *testControllerNotCreateNewDueManuallySettingAllFields) Get() string {
|
||||
|
||||
func TestControllerNotCreateNewDueManuallySettingAllFields(t *testing.T) {
|
||||
app := iris.New()
|
||||
New(app).Register(&testControllerNotCreateNewDueManuallySettingAllFields{
|
||||
New(app).Handle(&testControllerNotCreateNewDueManuallySettingAllFields{
|
||||
T: t,
|
||||
TitlePointer: &testBindType{
|
||||
title: "my title",
|
||||
|
||||
Reference in New Issue
Block a user