From f8dff94a15ab3d173bbecf5b03a81f75e60757c0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 9 Dec 2020 19:05:26 -0500 Subject: [PATCH] fix: derp? --- test/topicThumbs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/topicThumbs.js b/test/topicThumbs.js index 32f7b32a21..e29063453e 100644 --- a/test/topicThumbs.js +++ b/test/topicThumbs.js @@ -75,7 +75,7 @@ describe('Topic thumbs', () => { // Touch a couple files and associate it to a topic 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 () => {