renamed initialize_executor to initialize

This commit is contained in:
2026-04-10 16:32:37 +02:00
parent d59b41d06c
commit f62f3e626b
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
StatementTestFixture() {
REQUIRE(repo.attach<airplane>("airplanes")
.and_then([this] {return repo.create(db); }));
repo.initialize_executor(db);
repo.initialize(db);
}
protected: