Skip to content

Commit 0e0e9b6

Browse files
committed
Fix test comment typo
1 parent 9113251 commit 0e0e9b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/server/src/workspace/context-service.spec.db.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ describe("ContextService", async () => {
586586
forceDefaultConfig: false,
587587
});
588588

589-
// trigger and "await" prebuilds for both commits in crazy order
589+
// trigger and "await" prebuilds for all commits in crazy order
590590
const prebuildManager = container.get(PrebuildManager);
591591
const workspaceDb: WorkspaceDB = container.get(WorkspaceDB);
592592

@@ -614,7 +614,6 @@ describe("ContextService", async () => {
614614
const prebuild1 = await runPrebuild(commit1, ctx1.context as CommitContext, "available");
615615
await runPrebuild(commit2, ctx2.context as CommitContext, "available");
616616

617-
// should point to commit1, as
618617
ctx1 = await svc.parseContext(owner, `https://github.com/gitpod-io/empty/commit/${commit1.sha}`, {
619618
projectId: project.id,
620619
organizationId: org.id,

0 commit comments

Comments
 (0)