Skip to content

Commit

Permalink
test: fix wrong test change
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Apr 1, 2021
1 parent 521a15f commit 5aa72fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart_types/xy_chart/state/utils/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe('Chart State utils', () => {
const apiScaleConfig = getAPIScaleConfigs([], [spec1, spec2], MockGlobalSpec.settings());
const domains = computeSeriesDomains([spec1, spec2], apiScaleConfig);
expect(domains.xDomain).toEqual(
MockXDomain.fromScaleType(ScaleType.Log, {
MockXDomain.fromScaleType(ScaleType.Linear, {
domain: [0, 3],
isBandScale: false,
minInterval: 1,
Expand Down

0 comments on commit 5aa72fc

Please sign in to comment.