Skip to content

Commit

Permalink
fix failing unit test (#11555)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoylasar authored Feb 25, 2022
1 parent 08db7f1 commit 3753b6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/geo/projection/globe.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ test('Globe', (t) => {
t.test('coveringTiles', (t) => {
const createConstantElevation = (elevation) => {
return {
isDataAvailableAtPoint(_) {
return true;
},
getAtPointOrZero(_) {
return elevation;
},
Expand Down

0 comments on commit 3753b6d

Please sign in to comment.