@@ -455,7 +455,7 @@ describe('GithubPackage', function() {
455
455
let resolutionMergeConflict ;
456
456
beforeEach ( async function ( ) {
457
457
await githubPackage . scheduleActiveContextUpdate ( {
458
- activeRepositoryPath : workdirMergeConflict ,
458
+ usePath : workdirMergeConflict ,
459
459
} ) ;
460
460
resolutionMergeConflict = contextPool . getContext ( workdirMergeConflict ) . getResolutionProgress ( ) ;
461
461
} ) ;
@@ -477,7 +477,7 @@ describe('GithubPackage', function() {
477
477
let resolutionNoConflict ;
478
478
beforeEach ( async function ( ) {
479
479
await githubPackage . scheduleActiveContextUpdate ( {
480
- activeRepositoryPath : workdirNoConflict ,
480
+ usePath : workdirNoConflict ,
481
481
} ) ;
482
482
resolutionNoConflict = contextPool . getContext ( workdirNoConflict ) . getResolutionProgress ( ) ;
483
483
} ) ;
@@ -494,7 +494,7 @@ describe('GithubPackage', function() {
494
494
describe ( 'when opening a non-repository project' , function ( ) {
495
495
beforeEach ( async function ( ) {
496
496
await githubPackage . scheduleActiveContextUpdate ( {
497
- activeRepositoryPath : nonRepositoryPath ,
497
+ usePath : nonRepositoryPath ,
498
498
} ) ;
499
499
} ) ;
500
500
@@ -515,7 +515,7 @@ describe('GithubPackage', function() {
515
515
project . setPaths ( [ workdirPath1 , workdirPath2 ] ) ;
516
516
517
517
await githubPackage . scheduleActiveContextUpdate ( {
518
- activeRepositoryPath : workdirPath3 ,
518
+ usePath : workdirPath3 ,
519
519
} ) ;
520
520
context1 = contextPool . getContext ( workdirPath1 ) ;
521
521
} ) ;
@@ -538,7 +538,7 @@ describe('GithubPackage', function() {
538
538
project . setPaths ( [ workdirPath1 ] ) ;
539
539
540
540
await githubPackage . scheduleActiveContextUpdate ( {
541
- activeRepositoryPath : workdirPath2 ,
541
+ usePath : workdirPath2 ,
542
542
} ) ;
543
543
context1 = contextPool . getContext ( workdirPath1 ) ;
544
544
} ) ;
@@ -561,7 +561,7 @@ describe('GithubPackage', function() {
561
561
project . setPaths ( [ workdirPath1 , workdirPath2 ] ) ;
562
562
563
563
await githubPackage . scheduleActiveContextUpdate ( {
564
- activeRepositoryPath : workdirPath2 ,
564
+ usePath : workdirPath2 ,
565
565
} ) ;
566
566
} ) ;
567
567
0 commit comments