chore: passing tests

This commit is contained in:
James
2023-01-17 15:01:15 -05:00
parent a53682acee
commit 3bb262fd66
9 changed files with 60 additions and 21 deletions

View File

@@ -157,6 +157,11 @@ describe('Versions', () => {
const versions = await payload.findVersions({
collection,
locale: 'all',
where: {
parent: {
equals: collectionLocalPostID,
},
},
});
expect(versions.docs[0].version.title.en).toStrictEqual(newEnglishTitle);