Skip to content

Commit

Permalink
test: update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 30, 2024
1 parent 5e48036 commit 3934c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/programs/data/shared-log/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export const checkBounded = async (
} catch (error) {
await dbgLogs(dbs.map((x) => x.log));
throw new Error(
"Log did not reach upper bound length of " +
"Log did not conform to upper bound length of " +
entryCount * higher +
" got " +
db.log.log.length,
Expand Down

0 comments on commit 3934c1c

Please sign in to comment.