Skip to content

Commit f4f82ee

Browse files
committed
fix(tests): exclude v5 from Postgres test versions
1 parent 3d33dd6 commit f4f82ee

4 files changed

Lines changed: 1218 additions & 3 deletions

File tree

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,28 @@ exports[`Postgres Sync Bucket Storage - Data - v3 > (insert, delete, insert), (d
149149
},
150150
]
151151
`;
152+
153+
exports[`Postgres Sync Bucket Storage - Data - v5 > (insert, delete, insert), (delete) 1`] = `
154+
[
155+
{
156+
"checksum": 2871785649,
157+
"object_id": "test1",
158+
"op": "PUT",
159+
},
160+
{
161+
"checksum": 2872534815,
162+
"object_id": "test1",
163+
"op": "REMOVE",
164+
},
165+
{
166+
"checksum": 2871785649,
167+
"object_id": "test1",
168+
"op": "PUT",
169+
},
170+
{
171+
"checksum": 2872534815,
172+
"object_id": "test1",
173+
"op": "REMOVE",
174+
},
175+
]
176+
`;

0 commit comments

Comments
 (0)