Skip to content

Commit 1e30cb8

Browse files
committed
Update the IPlatformProjectService stub
1 parent 52370a5 commit 1e30cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stubs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export class PlatformProjectServiceStub implements IPlatformProjectService {
254254
isPlatformPrepared(projectRoot: string): IFuture<boolean> {
255255
return Future.fromResult(false);
256256
}
257-
addLibrary(projectRoot: string, libraryPath: string): IFuture<void> {
257+
addLibrary(platformData: IPlatformData, libraryPath: string): IFuture<void> {
258258
return Future.fromResult();
259259
}
260260
}

0 commit comments

Comments
 (0)