Skip to content

Commit 3f5e09d

Browse files
add more tests
1 parent 1a3c03b commit 3f5e09d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/suite/webview.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ describe("KdbNewConnectionView", () => {
704704

705705
it("should set serverType to INSIGHTS and return correct HTML when connType is 2", () => {
706706
view.connectionData = { connType: 2, serverName: "testServer" };
707+
view.oldAlias = "testServer";
707708

708709
const result = view.renderEditConnectionForm();
709710

0 commit comments

Comments
 (0)