Skip to content

Commit

Permalink
fix parse function
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 2, 2023
1 parent 38acd22 commit 8477a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicetests/tests/ShadowUpdate/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int main(int argc, char *argv[])
* use in this sample. This handles all of the command line parsing, validating, etc.
* See the Utils/CommandLineUtils for more information.
*/
Utils::cmdData cmdData = Utils::parseSampleInputJobs(argc, argv, &apiHandle);
Utils::cmdData cmdData = Utils::parseSampleInputShadow(argc, argv, &apiHandle);

/**
* In a real world application you probably don't want to enforce synchronous behavior
Expand Down

0 comments on commit 8477a07

Please sign in to comment.