Skip to content

Commit

Permalink
Fixed types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed May 19, 2022
1 parent 9b9a275 commit 0df67db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('xyVis', () => {
...rest,
...restLayerArgs,
minTimeBarInterval: '1q',
referenceLineLayers: [],
referenceLines: [],
annotationLayers: [],
},
createMockExecutionContext()
Expand All @@ -81,7 +81,7 @@ describe('xyVis', () => {
...rest,
...restLayerArgs,
minTimeBarInterval: '1h',
referenceLineLayers: [],
referenceLines: [],
annotationLayers: [],
},
createMockExecutionContext()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('#getDataLayers', () => {
palette: { type: 'system_palette', name: 'system' },
},
{
type: 'extendedReferenceLineLayer',
type: 'referenceLineLayer',
layerType: 'referenceLine',
accessors: ['y'],
table: { rows: [], columns: [], type: 'datatable' },
Expand Down

0 comments on commit 0df67db

Please sign in to comment.