Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-db committed Oct 22, 2024
1 parent 8814c7a commit ece4b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/databricks-vscode/src/cli/CliWrapper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe(__filename, function () {
const logFilePath = getTempLogFilePath();
const cli = createCliWrapper(logFilePath);

const syncCommand = `${cliPath} sync . /Repos/user@databricks.com/project --watch --output json`;
const syncCommand = `${cliPath} bundle sync --watch --output json`;
const loggingArgs = `--log-level debug --log-file ${logFilePath} --log-format json`;
let {command, args} = cli.getSyncCommand("incremental");
assert.equal(
Expand Down

0 comments on commit ece4b34

Please sign in to comment.