mirror of
https://gitee.com/openharmony/third_party_jsframework
synced 2024-11-23 06:40:59 +00:00
modified method return value
Signed-off-by: “wangxiyue” <wangxiyue8@huawei.com>
This commit is contained in:
parent
ffd5926438
commit
df38e38a4b
@ -71,7 +71,7 @@ export function mockDistributedObject() {
|
||||
genSessionId: function (...args) {
|
||||
console.warn("distributedObject.genSessionId interface mocked in the Previewer." +
|
||||
" How this interface works on the Previewer may be different from that on a real device.");
|
||||
return 'just test';
|
||||
return paramMock.paramStringMock;
|
||||
}
|
||||
};
|
||||
return distributedDataObject;
|
||||
|
Loading…
Reference in New Issue
Block a user