assign correct data

This commit is contained in:
Barış Soner Uşaklı
2025-06-27 16:17:06 -04:00
parent 85e2d7d338
commit 22005b9ccf

View File

@@ -269,13 +269,13 @@ describe('FEPs', () => {
});
it('should be called when a post is moved to another topic', async () => {
const topic1 = await topics.post({
const { topicData: topic1 } = await topics.post({
uid,
cid,
title: utils.generateUUID(),
content: utils.generateUUID(),
});
const topic2 = await topics.post({
const { topicData: topic2 } = await topics.post({
uid,
cid,
title: utils.generateUUID(),