fix: derp?

v1.18.x
Julian Lam 4 years ago
parent 9a4ea04a75
commit f8dff94a15

@ -75,7 +75,7 @@ describe('Topic thumbs', () => {
// Touch a couple files and associate it to a topic // Touch a couple files and associate it to a topic
createFiles(); createFiles();
db.sortedSetAdd(`topic:${topicObj.topicData.tid}:thumbs`, 0, `/${relativeThumbPaths[0]}`); await db.sortedSetAdd(`topic:${topicObj.topicData.tid}:thumbs`, 0, `/${relativeThumbPaths[0]}`);
}); });
it('should return bool for whether a thumb exists', async () => { it('should return bool for whether a thumb exists', async () => {

Loading…
Cancel
Save