mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 12:14:01 +01:00
Mark bug test-case as being a bug
This commit is contained in:
parent
2db7b7644a
commit
ad0f36b19a
|
@ -233,7 +233,7 @@ version(unittest) {
|
||||||
assert(ittie.bittie.banana.bittie.banana is null, "Autowiring deep dependencies with newInstance scope autowired a reoccuring type.");
|
assert(ittie.bittie.banana.bittie.banana is null, "Autowiring deep dependencies with newInstance scope autowired a reoccuring type.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test autowiring type registered by interface
|
// Test autowiring type registered by interface fails (BUG test case)
|
||||||
unittest {
|
unittest {
|
||||||
auto container = new Container();
|
auto container = new Container();
|
||||||
container.register!Banana;
|
container.register!Banana;
|
||||||
|
|
Loading…
Reference in a new issue