Remove uneeded argument

This commit is contained in:
alexet
2021-01-08 15:49:30 +00:00
committed by Andrew Eisenberg
parent 24b3e158b7
commit ace92a4674

View File

@@ -68,7 +68,6 @@ describe('databases-ui', () => {
const db5 = createDatabase(storageDir, 'db2-notimported-with-codeql-database.yml', 'cpp', 'codeql-database.yml');
const databaseUI = new DatabaseUI(
{} as any,
{
databaseItems: [
{ databaseUri: Uri.file(db1) }