From ed99a3642f6bc488b372affd5788d94b1ffa09a4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 20 Nov 2023 11:27:44 +0100 Subject: [PATCH] Rename test --- umap/static/umap/test/Map.Export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/test/Map.Export.js b/umap/static/umap/test/Map.Export.js index 1020f5c4..b0cda485 100644 --- a/umap/static/umap/test/Map.Export.js +++ b/umap/static/umap/test/Map.Export.js @@ -94,7 +94,7 @@ describe('L.U.Map.Export', function () { assert.equal(content, expected) }) - it('should export to gpx', function () { + it('should export to kml', function () { const { content, filetype, filename } = this.map.format('kml') assert.equal(filetype, 'application/vnd.google-earth.kml+xml') assert.equal(filename, 'name_of_the_map.kml')