Skip to content

Commit 740669a

Browse files
author
Radoslaw Mejer
committed
Fix linter error
1 parent 949149e commit 740669a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/softDeletes.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('softDeletes', () => {
6464

6565
it('marks model as deleted', async () => {
6666
const clock = sinon.useFakeTimers({
67-
now: new Date
67+
now: new Date()
6868
})
6969
const model = await User.create({ username: 'Jon' })
7070

0 commit comments

Comments
 (0)