Skip to content

Commit

Permalink
Update test_scripts/AppServices/UnpublishAppService/001_Mobile_succes…
Browse files Browse the repository at this point in the history
…s_flow.lua

Co-Authored-By: Jacob Keeler <jacob.keeler@livioradio.com>
  • Loading branch information
Jack-Byrne and jacobkeeler authored Jul 23, 2019
1 parent 0197618 commit 550ea53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
--[[ Local Functions ]]
local function processRPCSuccess(self)
rpc.params.serviceID = common.getAppServiceID(1)
local mobileSession = common.getMobileSession(self, 1)
local mobileSession = common.getMobileSession(1)
local cid = mobileSession:SendRPC(rpc.name, rpc.params)

mobileSession:ExpectNotification("OnSystemCapabilityUpdated",
Expand Down

0 comments on commit 550ea53

Please sign in to comment.