Skip to content

Commit

Permalink
Auto-fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: JuiceShopBot <61591748+JuiceShopBot@users.noreply.github.com>
  • Loading branch information
JuiceShopBot committed Sep 7, 2020
1 parent 9fa4298 commit ea5c311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/initialize-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('Initialize', () => {
it('should respond randomly from multiple available answers', async () => {
const responseCounter = { 'Chuck Norris has two speeds: Walk and Kill.': 0, 'Time waits for no man. Unless that man is Chuck Norris.': 0 }
await bot.train()
for (let i=0; i<100; i++) {
for (let i = 0; i < 100; i++) {
const response = await bot.respond('tell me a chuck norris joke', '123')
expect([
{
Expand Down

0 comments on commit ea5c311

Please sign in to comment.