Fixed unit tests
This commit is contained in:
@@ -260,7 +260,7 @@ namespace lms::db::tests
|
||||
ScopedDirectory parent2{ session, "/root_1" };
|
||||
ScopedDirectory child2{ session, "/root_1/foo" };
|
||||
|
||||
ScopedMediaLibrary library{ session, "/root" };
|
||||
ScopedMediaLibrary library{ session, "MyLibrary", "/root" };
|
||||
|
||||
{
|
||||
auto transaction{ session.createReadTransaction() };
|
||||
|
||||
Reference in New Issue
Block a user