experiments(dui3): really nothing special in this commit

This commit is contained in:
Dimitrie Stefanescu
2023-07-18 10:06:07 +01:00
parent 65bb09d522
commit 7d235dcb5f
@@ -76,14 +76,14 @@ export class MockedBaseBinding extends BaseBridge {
}
public async getSourceApplicationVersion() {
return '1'
return Math.random().toString()
}
public async getDocumentInfo() {
return {
name: 'Mocked File',
location: 'www',
id: '42'
id: Math.random().toString()
}
}