Skip to content

Commit 67cda03

Browse files
committed
test(server): include rollback status in snapshots
1 parent 020ba1f commit 67cda03

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
@@ -327,6 +327,7 @@ projectionSnapshotLayer("ProjectionSnapshotQuery", (it) => {
327327
},
328328
interactionMode: "default",
329329
runtimeMode: "full-access",
330+
rollbackStatus: null,
330331
branch: null,
331332
worktreePath: null,
332333
linkedPullRequest: {
@@ -457,6 +458,7 @@ projectionSnapshotLayer("ProjectionSnapshotQuery", (it) => {
457458
},
458459
interactionMode: "default",
459460
runtimeMode: "full-access",
461+
rollbackStatus: null,
460462
branch: null,
461463
worktreePath: null,
462464
linkedPullRequest: {

0 commit comments

Comments
 (0)