Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thelmaboamah committed Nov 23, 2023
1 parent 0e12022 commit 74d44b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/__tests__/db/db.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ describe('db', () => {
const updatedUser = await db.updateUser({ id: user.id, name: NAME }); // only changing name
expect(updatedUser.avatar_color).to.include('#'); // avatar_color is a hex color starting with #
await db.deleteUser(user.id);
})
});
});

context('deleteUser', () => {
Expand Down

0 comments on commit 74d44b2

Please sign in to comment.