Skip to content

Commit 31eb47d

Browse files
committed
test(sankey): drop stray layoutversion key from the mock
1 parent c6821f7 commit 31eb47d

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
@@ -108,7 +108,6 @@ describe('sankey tests', function () {
108108
var padMock = {
109109
data: [{
110110
type: 'sankey',
111-
layoutversion: 2,
112111
node: {
113112
label: Array.from({length: 24}, function(_, i) { return 'n' + i; }),
114113
pad: 30,

0 commit comments

Comments
 (0)