Skip to content

Commit

Permalink
Use dedicated test context
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Feb 17, 2024
1 parent e1e4433 commit f9398ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/odbc/odbc_mysql_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace tests
std::unique_ptr<test_context_base> instantiate_test_context(const soci::backend_factory &backend, const std::string &connection_string)
{
connectString = connection_string;
return std::make_unique<test_context>(backend, connection_string);
return std::make_unique<test_context_odbc>(backend, connection_string);
}

const backend_factory &create_backend_factory()
Expand Down

0 comments on commit f9398ed

Please sign in to comment.