Skip to content

Commit 2924c4b

Browse files
committed
modify comment
1 parent 13523b3 commit 2924c4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/dockerfilePreprocessor.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ describe('dockerfilePreprocessor', function () {
280280
let containerId: string | undefined;
281281
try {
282282
containerId = (await devContainerUp(cli, testFolder)).containerId;
283-
// Check that the expected base image and port are set in the running container
283+
// Check that the expected tools are available in the running container
284284
await shellExec(`${cli} exec --workspace-folder ${testFolder} sh -lc 'command -v node && command -v npm'`);
285285
} finally {
286286
await devContainerDown({ containerId, doNotThrow: true });
@@ -297,7 +297,7 @@ describe('dockerfilePreprocessor', function () {
297297
let containerId: string | undefined;
298298
try {
299299
containerId = (await devContainerUp(cli, testFolder)).containerId;
300-
// Check that the expected base image and port are set in the running container
300+
// Check that the expected tools are available in the running container
301301
await shellExec(`${cli} exec --workspace-folder ${testFolder} sh -lc 'command -v node && command -v npm'`);
302302
} finally {
303303
await devContainerDown({ containerId, doNotThrow: true });

0 commit comments

Comments
 (0)