Skip to content

Commit

Permalink
fix: derp?
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Dec 10, 2020
1 parent 9a4ea04 commit f8dff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/topicThumbs.js
Expand Up @@ -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 () => {
Expand Down

0 comments on commit f8dff94

Please sign in to comment.