mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 09:35:39 -05:00
Notebooks: Remove result set summary from saved metadata (#13616)
* remove result set summary from metadata * remove batchId and id from celloutputmetadata * remove extra line
This commit is contained in:
@@ -51,13 +51,14 @@ suite('SQL Future', function () {
|
||||
},
|
||||
content: <nb.IExecuteResult>{
|
||||
output_type: 'execute_result',
|
||||
metadata: {
|
||||
resultSet: resultSet
|
||||
},
|
||||
metadata: undefined,
|
||||
execution_count: this._executionCount,
|
||||
data: expectedData
|
||||
},
|
||||
metadata: undefined,
|
||||
metadata: {
|
||||
batchId: 0,
|
||||
id: 0
|
||||
},
|
||||
parent_header: undefined
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user