Fix unit test.
This commit is contained in:
parent
2071f30a1c
commit
6094971947
|
@ -102,7 +102,7 @@ unittest {
|
|||
void write() {}
|
||||
}
|
||||
|
||||
auto pool = ConnectionPool!Connection({
|
||||
auto pool = new ConnectionPool!Connection({
|
||||
return new Connection; // perform the connection here
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue