Skip to content

Commit dfeb734

Browse files
committed
edit test files
Signed-off-by: Stephanie <[email protected]>
1 parent 9f167bd commit dfeb734

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

test/v200/devfiles/projects/projectsMinimum.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@
33
remotes:
44
origin: test-origin
55
- name: testproject2
6-
github:
7-
remotes:
8-
origin: test-origin
9-
- name: testproject3
106
zip:
117
location: git-repo.zip

test/v200/devfiles/starterProjects/starterProjectsMinimum.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@
33
remotes:
44
origin: test-origin
55
- name: starterproject12
6-
git:
7-
remotes:
8-
origin: test-origin
9-
- name: starterproject13
106
zip:
117
location: git-repo.zip

test/v200/json/project-tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"FileName" : "projectsGitAndZip.yaml",
29-
"ExpectOutcome" : "valid against schemas at indexes 0 and 2",
29+
"ExpectOutcome" : "valid against schemas at indexes 0 and 1",
3030
"Files": ["devfiles/projects/projectsStart.yaml",
3131
"devfiles/projects/projectsGitAndZip.yaml"]
3232
},

test/v200/json/starterProject-tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"FileName" : "starterProjectsGitAndZip.yaml",
29-
"ExpectOutcome" : "valid against schemas at indexes 0 and 2",
29+
"ExpectOutcome" : "valid against schemas at indexes 0 and 1",
3030
"Files": ["devfiles/starterProjects/starterProjectsStart.yaml",
3131
"devfiles/starterProjects/starterProjectsGitAndZip.yaml"]
3232
},

0 commit comments

Comments
 (0)