mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04: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.");
|
||||
}
|
||||
|
||||
// Test autowiring type registered by interface
|
||||
// Test autowiring type registered by interface fails (BUG test case)
|
||||
unittest {
|
||||
auto container = new Container();
|
||||
container.register!Banana;
|
||||
|
|
Loading…
Reference in a new issue