Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Adams <github@michaeladams.org>
  • Loading branch information
lsylvester and madleech committed Dec 31, 2022
1 parent b1bc3a0 commit fbb5f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actionview/test/ujs/public/test/data-disable-with.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ QUnit.test('a[data-remote][data-disable-with] re-enables when `ajax:error` event
setTimeout(function() {
assert.enabledState(link, 'Click me')
done()
}, 30) })
}, 30)
})
.triggerNative('click')
})

Expand Down

0 comments on commit fbb5f5b

Please sign in to comment.