Rename test

This commit is contained in:
Yohan Boniface 2023-11-20 11:27:44 +01:00
parent 4b9f4cb056
commit ed99a3642f

View file

@ -94,7 +94,7 @@ describe('L.U.Map.Export', function () {
assert.equal(content, expected) assert.equal(content, expected)
}) })
it('should export to gpx', function () { it('should export to kml', function () {
const { content, filetype, filename } = this.map.format('kml') const { content, filetype, filename } = this.map.format('kml')
assert.equal(filetype, 'application/vnd.google-earth.kml+xml') assert.equal(filetype, 'application/vnd.google-earth.kml+xml')
assert.equal(filename, 'name_of_the_map.kml') assert.equal(filename, 'name_of_the_map.kml')