Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 24, 2024
1 parent 5c4b870 commit 76d4336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/programs/data/shared-log/test/sharding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ testSetups.forEach((setup) => {
offset: 0,
},
setup,
timeUntilRoleMaturity: 0,
},
});

Expand All @@ -547,6 +548,7 @@ testSetups.forEach((setup) => {
offset: 0.3333,
},
setup,
timeUntilRoleMaturity: 0,
},
},
);
Expand All @@ -559,6 +561,7 @@ testSetups.forEach((setup) => {
offset: 0.6666,
},
setup,
timeUntilRoleMaturity: 0,
},
},
);
Expand Down

0 comments on commit 76d4336

Please sign in to comment.