Skip to content

Commit 62a1392

Browse files
committed
fix plotschema test for metaKeys
1 parent 50aa1ca commit 62a1392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/plotschema_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ describe('plot schema', function() {
307307
expect(plotSchema.defs.metaKeys)
308308
.toEqual([
309309
'_isSubplotObj', '_isLinkedToArray', '_arrayAttrRegexps',
310-
'_deprecated', 'description', 'role'
310+
'_deprecated', 'description', 'role', 'editType', 'impliedEdits'
311311
]);
312312
});
313313

0 commit comments

Comments
 (0)