mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 15:20:30 -04:00
fix a few lint warnings (#17286)
This commit is contained in:
@@ -367,7 +367,7 @@ describe('BookTocManagerTests', function () {
|
||||
],
|
||||
'type': BookTreeItemType.savedNotebook
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
testRuns.forEach(function (run) {
|
||||
@@ -555,7 +555,7 @@ describe('BookTocManagerTests', function () {
|
||||
const section: JupyterBookSection = {
|
||||
title: sectionA.title,
|
||||
file: sectionA.uri
|
||||
}
|
||||
};
|
||||
let isParent = bookTocManager.isParent(notebook1, sourceBook, section);
|
||||
should(isParent).be.true('Section A is parent of notebook1');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user