Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atduarte committed Jun 3, 2022
1 parent 021dba2 commit 6a80342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/gitpod-db/src/workspace-db.spec.db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class WorkspaceDBSpec {
id: "123",
ideUrl: "example.org",
region: "unknown",
workspaceClass: undefined,
workspaceImage: "abc.io/test/image:123",
creationTime: this.timeBefore,
startedTime: undefined,
Expand All @@ -70,6 +71,7 @@ class WorkspaceDBSpec {
id: "1234",
ideUrl: "example.org",
region: "unknown",
workspaceClass: undefined,
workspaceImage: "abc.io/test/image:123",
creationTime: this.timeAfter,
startedTime: undefined,
Expand Down Expand Up @@ -106,6 +108,7 @@ class WorkspaceDBSpec {
id: "4",
ideUrl: "example.org",
region: "unknown",
workspaceClass: undefined,
workspaceImage: "abc.io/test/image:123",
creationTime: this.timeBefore,
startedTime: undefined,
Expand Down Expand Up @@ -142,6 +145,7 @@ class WorkspaceDBSpec {
id: "3_1",
ideUrl: "example.org",
region: "unknown",
workspaceClass: undefined,
workspaceImage: "abc.io/test/image:123",
creationTime: this.timeBefore,
startedTime: undefined,
Expand Down

0 comments on commit 6a80342

Please sign in to comment.