Skip to content

Commit

Permalink
Just use the 1st value for creating python projects (#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski committed Aug 4, 2022
1 parent 2fc0c51 commit 2249997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/project/createNewProject.test.ts
Expand Up @@ -38,7 +38,7 @@ for (const version of [FuncVersion.v2, FuncVersion.v3, FuncVersion.v4]) {

testCases.push({
...getPythonValidateOptions('.venv', version),
inputs: ['python']
inputs: [TestInput.UseDefaultValue]
});

const appName: string = 'javaApp';
Expand Down

0 comments on commit 2249997

Please sign in to comment.