Skip to content

Commit

Permalink
fix heatmap tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Nov 3, 2024
1 parent 4075d44 commit 5d9f8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser/layer-tests/heatmap-layer-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test('#Heatmaplayer -> formatLayerData -> w/ GpuFilter', t => {
const expectedConfig = {
type: 'heatmap',
id: 'heatmap-test-1',
source: `${dataId}-1-2`,
source: `${dataId}-points-1-2--1`,
layout: {visibility: 'visible'},
filter: ['all', ['>=', 'gpu:utc_timestamp', 39000], ['<=', 'gpu:utc_timestamp', 552000]],
paint: {
Expand Down Expand Up @@ -188,7 +188,7 @@ test('#Heatmaplayer -> formatLayerData -> w/o GpuFilter', t => {
const expectedConfig = {
type: 'heatmap',
id: 'heatmap-test-1',
source: `${testCsvDataId}-1-2`,
source: `${testCsvDataId}-points-1-2--1`,
layout: {visibility: 'visible'},
paint: {
'heatmap-weight': 1,
Expand Down

0 comments on commit 5d9f8c1

Please sign in to comment.