Skip to content

Commit 3512305

Browse files
committed
test: update snapshopts
1 parent 2d1d76f commit 3512305

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

packages/@livestore/livestore/src/live-queries/__snapshots__/db-query.test.ts.snap

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ exports[`otel > QueryBuilder subscription - basic functionality 1`] = `
2020
",
2121
},
2222
},
23+
{
24+
"_name": "client-session-sync-processor:push",
25+
"attributes": {
26+
"batchSize": 1,
27+
},
28+
},
2329
{
2430
"_name": "@livestore/common:LeaderSyncProcessor:push",
2531
"attributes": {
@@ -133,6 +139,12 @@ exports[`otel > QueryBuilder subscription - direct table subscription 1`] = `
133139
",
134140
},
135141
},
142+
{
143+
"_name": "client-session-sync-processor:push",
144+
"attributes": {
145+
"batchSize": 1,
146+
},
147+
},
136148
{
137149
"_name": "@livestore/common:LeaderSyncProcessor:push",
138150
"attributes": {
@@ -246,6 +258,18 @@ exports[`otel > QueryBuilder subscription - unsubscribe functionality 1`] = `
246258
",
247259
},
248260
},
261+
{
262+
"_name": "client-session-sync-processor:push",
263+
"attributes": {
264+
"batchSize": 1,
265+
},
266+
},
267+
{
268+
"_name": "client-session-sync-processor:push",
269+
"attributes": {
270+
"batchSize": 1,
271+
},
272+
},
249273
{
250274
"_name": "@livestore/common:LeaderSyncProcessor:push",
251275
"attributes": {

0 commit comments

Comments
 (0)