Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Cleanup event handler test label.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Dec 24, 2016
1 parent 6b6e8eb commit 6606edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
})
.run();

QUnit.test('onXYZ callbacks should not be triggered by internal benchmark clones', function(assert) {
QUnit.test('should not trigger event handlers by internal benchmark clones', function(assert) {
assert.strictEqual(data.onStart, 1);
assert.strictEqual(data.onComplete, 1);
});
Expand Down

0 comments on commit 6606edd

Please sign in to comment.