Skip to content

Commit 1050968

Browse files
norascheuchcharisk
andauthored
Update extensions/ql-vscode/test/pure-tests/databases/db-item-selection.test.ts
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
1 parent 7a2f976 commit 1050968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/pure-tests/databases/db-item-selection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { DbItem, DbItemKind } from "../../../src/databases/db-item";
22
import { getSelectedDbItem } from "../../../src/databases/db-item-selection";
33
describe("db item selection", () => {
4-
it("dhoulf return undefined if no item is selected", () => {
4+
it("should return undefined if no item is selected", () => {
55
const dbItems: DbItem[] = [
66
{
77
kind: DbItemKind.RootRemote,

0 commit comments

Comments
 (0)