Skip to content

Commit b3f43e0

Browse files
committed
Fix type
1 parent e99d65d commit b3f43e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/databricks-vscode/src/cli/CliWrapper.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ nothing = true
180180
host = https://cloud.databricks.com/
181181
token = dapitest1234
182182
183-
[profile-with-accunt-id]
183+
[profile-with-account-id]
184184
host = https://accounts.cloud.databricks.com/
185185
account_id = 1234567890
186186
token = dapitest5678
@@ -192,7 +192,7 @@ token = dapitest5678
192192

193193
assert.equal(profiles.length, 2);
194194
assert.equal(profiles[0].name, "regular-profile");
195-
assert.equal(profiles[1].name, "profile-with-accunt-id");
195+
assert.equal(profiles[1].name, "profile-with-account-id");
196196
assert.equal(profiles[1].accountId, "1234567890");
197197
});
198198
});

0 commit comments

Comments
 (0)