Skip to content

Commit

Permalink
test: fix chartLayers assert
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Feb 20, 2023
1 parent 23024c9 commit 649d603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ describe('GET /resources/charts', () => {
name: 'Test Name',
scale: 'N/A',
tilemapUrl: 'https://example.com',
type: 'tilelayer'
type: 'tilelayer',
chartLayers: null
})
})
})
Expand Down

0 comments on commit 649d603

Please sign in to comment.