Skip to content

Commit

Permalink
chore: remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed May 21, 2024
1 parent 82c3cf0 commit 4933d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_job.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ describe('Job', () => {
expect(job.stacktrace.length).to.be(1);
return job.isDelayed().then(isDelayed => {
expect(isDelayed).to.be(true);
});
});
});
});
});
Expand Down

0 comments on commit 4933d6e

Please sign in to comment.