mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 09:35:38 -05:00
Notebooks: Fix query results not displaying table rows (#13488)
* fix PQSQL queries not displaying rows * comment * change comment and fix unit test
This commit is contained in:
@@ -69,7 +69,7 @@ suite('SQL Future', function () {
|
||||
|
||||
queryRunner.setup(x => x.getQueryRows(TypeMoq.It.isAny(), TypeMoq.It.isAny(), TypeMoq.It.isAny(), TypeMoq.It.isAny())).returns(() => Promise.resolve(subset));
|
||||
sqlFuture.handleResultSet(resultSet);
|
||||
await sqlFuture.queryAndConvertData(resultSet, 0);
|
||||
await sqlFuture.handleDone();
|
||||
sinon.assert.calledWith(handleSpy, expectedMsg);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user