Skip to content

Commit 8d909b2

Browse files
committed
test(server): include rollback status in snapshots
1 parent 14c94b9 commit 8d909b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/server/src/orchestration/Layers/ProjectionSnapshotQuery.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ projectionSnapshotLayer("ProjectionSnapshotQuery", (it) => {
328328
},
329329
interactionMode: "default",
330330
runtimeMode: "full-access",
331+
rollbackStatus: null,
331332
branch: null,
332333
worktreePath: null,
333334
linkedPullRequest: {
@@ -458,6 +459,7 @@ projectionSnapshotLayer("ProjectionSnapshotQuery", (it) => {
458459
},
459460
interactionMode: "default",
460461
runtimeMode: "full-access",
462+
rollbackStatus: null,
461463
branch: null,
462464
worktreePath: null,
463465
linkedPullRequest: {

0 commit comments

Comments
 (0)