Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
schaumb committed Nov 18, 2024
1 parent 3514412 commit 13d675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/config_tests/dimension_axis_title.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const testSteps = [
}),
(chart) =>
chart.animate({
x: { set: 'Baz' },
x: { set: 'Baz', title: 'Who' },
size: { set: 'Baz', title: 'Bigness' }
})
]
Expand Down

0 comments on commit 13d675b

Please sign in to comment.