Skip to content

Commit e51ce6f

Browse files
committed
Edited test repos creation to create private repositories
1 parent 2a591f1 commit e51ce6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/client/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export class Client {
3737
org: this.org,
3838
name: repoName,
3939
auto_init: true,
40+
private: true,
4041
});
4142

4243
this.currentRepo = repoName;

0 commit comments

Comments
 (0)