Skip to content

Commit

Permalink
Aligned naming for latest changes (#19076)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrivor authored Aug 9, 2023
1 parent 678c295 commit 37eef6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down

0 comments on commit 37eef6e

Please sign in to comment.