Skip to content

Commit

Permalink
Fix: Failing generation tests (#5756)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome authored Nov 12, 2024
1 parent 25a3952 commit cc75bd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ suite('GenerateClientCommand Test Suite', () => {

//stub and call generateCommand
const generateClientCommand = new generateModule.GenerateClientCommand(treeProvider, context, viewProvider, setWorkspaceGenerationContext);
var outputPath = "path/to/temp/folder";
var outputPath = "path/to/temp/folder/appPackage";
const generateManifestAndRefreshUIExpectation = sinon.mock(generateClientCommand).expects(
"generateManifestAndRefreshUI").twice().withArgs(
config, extensionSettings, outputPath, ["repairs"]
Expand Down

0 comments on commit cc75bd1

Please sign in to comment.