Skip to content

Commit b2fa0c4

Browse files
committed
test(sankey): drop stray layoutversion key from the mock
1 parent cb485cc commit b2fa0c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/jasmine/tests/sankey_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ describe('sankey tests', function() {
103103
var padMock = {
104104
data: [{
105105
type: 'sankey',
106-
layoutversion: 2,
107106
node: {
108107
label: Array.from({length: 24}, function(_, i) { return 'n' + i; }),
109108
pad: 30,

0 commit comments

Comments
 (0)