mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Show book's notebook TOC title in pinned notebooks view (#15583)
* Show notebook title in pinned notebooks view * fix test * change interface name
This commit is contained in:
@@ -459,7 +459,7 @@ describe('Utils Tests', function () {
|
||||
|
||||
describe('getPinnedNotebooks', function (): void {
|
||||
it('Should NOT have any pinned notebooks', async function (): Promise<void> {
|
||||
let pinnedNotebooks: utils.IBookNotebook[] = utils.getPinnedNotebooks();
|
||||
let pinnedNotebooks: utils.IPinnedNotebook[] = utils.getPinnedNotebooks();
|
||||
|
||||
should(pinnedNotebooks.length).equal(0, 'Should not have any pinned notebooks');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user