Skip to content

Commit c57efb3

Browse files
changed tests
1 parent 8b36dab commit c57efb3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

modules/module-mongodb-storage/test/src/__snapshots__/connection-report-storage.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ exports[`Report storage tests > Should show paginated response of all connection
227227
},
228228
],
229229
"more": false,
230-
"total": 1,
230+
"total": 0,
231231
}
232232
`;
233233

@@ -262,7 +262,7 @@ exports[`Report storage tests > Should show paginated response of all connection
262262
},
263263
],
264264
"more": true,
265-
"total": 8,
265+
"total": 0,
266266
}
267267
`;
268268

@@ -296,8 +296,8 @@ exports[`Report storage tests > Should show paginated response of all connection
296296
"user_id": "user_two",
297297
},
298298
],
299-
"more": true,
300-
"total": 8,
299+
"more": false,
300+
"total": 0,
301301
}
302302
`;
303303

@@ -320,7 +320,7 @@ exports[`Report storage tests > Should show paginated response of connections of
320320
},
321321
],
322322
"more": false,
323-
"total": 2,
323+
"total": 0,
324324
}
325325
`;
326326

@@ -367,6 +367,6 @@ exports[`Report storage tests > Should show paginated response of connections ov
367367
},
368368
],
369369
"more": false,
370-
"total": 6,
370+
"total": 0,
371371
}
372372
`;

modules/module-postgres-storage/test/src/__snapshots__/connection-report-storage.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ exports[`Report storage tests > Should show paginated response of all connection
228228
},
229229
],
230230
"more": false,
231-
"total": 1,
231+
"total": 0,
232232
}
233233
`;
234234

@@ -267,7 +267,7 @@ exports[`Report storage tests > Should show paginated response of all connection
267267
},
268268
],
269269
"more": true,
270-
"total": 8,
270+
"total": 0,
271271
}
272272
`;
273273

@@ -305,8 +305,8 @@ exports[`Report storage tests > Should show paginated response of all connection
305305
"user_id": "user_one",
306306
},
307307
],
308-
"more": true,
309-
"total": 8,
308+
"more": false,
309+
"total": 0,
310310
}
311311
`;
312312

@@ -331,7 +331,7 @@ exports[`Report storage tests > Should show paginated response of connections of
331331
},
332332
],
333333
"more": false,
334-
"total": 2,
334+
"total": 0,
335335
}
336336
`;
337337

@@ -384,6 +384,6 @@ exports[`Report storage tests > Should show paginated response of connections ov
384384
},
385385
],
386386
"more": false,
387-
"total": 6,
387+
"total": 0,
388388
}
389389
`;

0 commit comments

Comments
 (0)