Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jan 2, 2025
1 parent 16c67c5 commit 9fc04d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ describe('sequencer', () => {
await expect(sequencer.doRealWork()).rejects.toThrow(
expect.objectContaining({
name: 'SequencerTooSlowError',
message: expect.stringContaining(`Too far into slot to transition to ${delayedState}.`),
message: expect.stringContaining(`Too far into slot to transition to ${delayedState}`),
}),
);

Expand Down

0 comments on commit 9fc04d2

Please sign in to comment.