1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

di: minor

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-03-02 20:53:05 +02:00
parent c1b31ab102
commit fa81c596df
3 changed files with 17 additions and 2 deletions

View File

@@ -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)