Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Feb 26, 2020
1 parent 391f11c commit 0396bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MockTileSource implements ITMSSource {
}
}

describe('xyz Tilemap Source', () => {
describe('TileLayer', () => {
it('should use display-label from source', async () => {
const source = new MockTileSource(sourceDescriptor);
const layer: ILayer = new TileLayer({
Expand Down

0 comments on commit 0396bf8

Please sign in to comment.