mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
di: minor
This commit is contained in:
@@ -77,6 +77,11 @@ func TestDependency(t *testing.T) {
|
||||
},
|
||||
Expected: false,
|
||||
},
|
||||
{
|
||||
|
||||
Dependency: map[string]string{"test": "value"},
|
||||
Expected: map[string]string{"test": "value"},
|
||||
},
|
||||
}
|
||||
|
||||
testDependencies(t, tests)
|
||||
|
||||
Reference in New Issue
Block a user