Skip to content

Commit ca1c0c8

Browse files
Update packages/utils/src/lib/wal-sharded.int.test.ts
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
1 parent b46e330 commit ca1c0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/wal-sharded.int.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('ShardedWal Integration', () => {
119119
expect(records[4]).toBe('record-from-shard-5');
120120
});
121121

122-
it('should handle invalid entries during if debug true', () => {
122+
it('should expose recovery details in stats when debug is true', () => {
123123
shardedWal = new ShardedWal({
124124
debug: true,
125125
dir: testDir,

0 commit comments

Comments
 (0)