10000 Fix plots test · gnarracci/plotly.js@d9a3df8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9a3df8

Browse files
committed
Fix plots test
1 parent ec1bf51 commit d9a3df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/plots_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ describe('Test Plots', function() {
415415
it('should unset everything in the gd except _context', function() {
416416
var expectedKeys = [
417417
'_ev', '_internalEv', 'on', 'once', 'removeListener', 'removeAllListeners',
418-
'_internalOn', '_internalOnce', '_removeInternalListener',
418+
'_internalOn', '_internalOnce', '_removeInternalListener', '_plotAPI',
419419
'_removeAllInternalListeners', 'emit', '_context', '_replotPending',
420420
'_hmpixcount', '_hmlumcount', '_mouseDownTime', '_legendMouseDownTime',
421421
];

0 commit comments

Comments
 (0)
0