Aligned naming for latest changes (#19076)

This commit is contained in:
Georgy Krivoruchko 2023-08-09 11:50:47 -07:00 committed by GitHub
parent 678c2954ed
commit 37eef6e554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ void RegisterTestCustomQueries(void) {
std::map<std::string, std::string>& extTestQueries = *::PostgreSQLLink::get_ext_test_queries();
std::map<std::string, std::string>& extTestNames = *::PostgreSQLLink::get_ext_test_names();
std::string testName("checkPluginImplementation");
std::string testName("checkPluginImplementationCompileModel");
extTestQueries[testName + "_ON_START"] =
"OpImplCheck_CheckPluginImpl($__test_id, '$opName', '$opSet', "
"'$targetDevice', '$targetDeviceArch', '$targetDeviceName', '$config', $__is_temp)";