Skip to content

Commit

Permalink
Updated test code
Browse files Browse the repository at this point in the history
  • Loading branch information
NetajiPanigrahi authored Apr 3, 2024
1 parent 557a933 commit 03823a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rbus/consumer/methods.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void testMethods(rbusHandle_t handle, int* countPass, int* countFail)
*/
printf("\n##########################################\n# TEST rbusMethod_InvokeAsync(%s) \n#\n", "Device.TestProvider.ShouldNotExist()");
asyncCalled = false;
asyncError = RBUS_ERROR_DESTINATION_NOT_REACHABLE;
asyncError = RBUS_ERROR_DESTINATION_NOT_FOUND;
err = rbusMethod_InvokeAsync(handle, "Device.TestProvider.ShouldNotExist()", inParams, asyncMethodHandler1, 0);
printf("consumer: rbusMethod_InvokeAsync(%s) %s\n", "Device.TestProvider.ShouldNotExist()",
err == RBUS_ERROR_SUCCESS ? "success" : "fail");
Expand Down

0 comments on commit 03823a2

Please sign in to comment.