Only initialize default DB when no db is passed
Having the default parameter in the parameter list always initializes
the class. That's not what we want here since it actually create a real
database when running the tests.
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
Please register or sign in to comment