We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0af01b commit cc705c3Copy full SHA for cc705c3
test/jasmine/tests/plots_test.js
@@ -415,7 +415,7 @@ describe('Test Plots', function() {
415
];
416
417
Plots.purge(gd);
418
- expect(Object.keys(gd)).toEqual(expectedKeys);
+ expect(Object.keys(gd).sort()).toEqual(expectedKeys.sort());
419
expect(gd.data).toBeUndefined();
420
expect(gd.layout).toBeUndefined();
421
expect(gd._fullData).toBeUndefined();
0 commit comments