Skip to content

Commit

Permalink
fix: typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Oct 29, 2020
1 parent fcd31d7 commit f7034e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/d-chart-heatmap.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ResizeObserver from '../__mocks__/ResizeObserver'; // eslint-disable-line
let props = {
id: 'heatmap',
variable: 'temp',
variableLabel: 'Temperatuer (C)',
variableLabel: 'Temp. (C)',
minWidth: 400,
height: 300,
x: 'month',
Expand Down

0 comments on commit f7034e0

Please sign in to comment.