mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
This commit is contained in:
@@ -36,7 +36,7 @@ suite('vscode API - globalState / workspaceState', () => {
|
||||
await state.update('state.test.get', undefined);
|
||||
|
||||
keys = state.keys();
|
||||
assert.strictEqual(keys.length, 0);
|
||||
assert.strictEqual(keys.length, 0, `Unexpected keys: ${JSON.stringify(keys)}`);
|
||||
|
||||
res = state.get('state.test.get', 'default');
|
||||
assert.strictEqual(res, 'default');
|
||||
|
||||
Reference in New Issue
Block a user