We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202134d commit 46f69d5Copy full SHA for 46f69d5
packages/utils/src/lib/wal-sharded.int.test.ts
@@ -38,7 +38,7 @@ describe('ShardedWal Integration', () => {
38
finalizer,
39
};
40
41
- let shardedWal: ShardedWal<string>;
+ let shardedWal: ShardedWal;
42
43
beforeEach(() => {
44
if (fs.existsSync(testDir)) {
0 commit comments