Skip to content

Commit 2fd1c09

Browse files
fix test description names
1 parent 565cbfc commit 2fd1c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shelly/plotlyjs/static/plotlyjs/tests/events_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('Events', function () {
100100
expect(result).toBe('pong');
101101
});
102102

103-
it('triggers jQuery handlers when no node events initialized', function() {
103+
it('triggers jQuery handlers when no matching node events bound', function() {
104104
var eventBaton = 0;
105105

106106
Events.init(plotDiv);
@@ -129,7 +129,7 @@ describe('Events', function () {
129129
expect(result).toBe('pong');
130130
});
131131

132-
it('triggers jQuery handlers when no matching node events bound', function() {
132+
it('triggers jQuery handlers when no node events initialized', function() {
133133
var eventBaton = 0;
134134

135135
$(plotDiv).bind('ping', function() {

0 commit comments

Comments
 (0)