Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Apr 2, 2024
1 parent 8850792 commit 50df2b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/modules/core/lib/pick-layers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ test(`pickingTest`, async t => {
}
}
}
deck.finalize();
t.end();
});

Expand All @@ -807,7 +808,7 @@ test('pickingTest#unproject3D', async t => {
radius: 100,
extruded: true,
getElevation: 1000,
getColor: [255, 0, 0],
getFillColor: [255, 0, 0],
pickable: true
})
]
Expand All @@ -820,6 +821,7 @@ test('pickingTest#unproject3D', async t => {
'unprojects to 3D coordinate'
);

deck.finalize();
t.end();
});

Expand Down

0 comments on commit 50df2b5

Please sign in to comment.