diff --git a/src/helpers/__tests__/__snapshots__/xml.test.js.snap b/src/helpers/__tests__/__snapshots__/xml.test.js.snap index f2ab3f8..059c97a 100644 --- a/src/helpers/__tests__/__snapshots__/xml.test.js.snap +++ b/src/helpers/__tests__/__snapshots__/xml.test.js.snap @@ -5,7 +5,7 @@ exports[`XML helpers buildChangesetFromObjectXml Should build a stringified OSM - + @@ -19,7 +19,7 @@ exports[`XML helpers buildChangesetFromObjectXml Should build a stringified OSM - + @@ -32,7 +32,7 @@ exports[`XML helpers buildChangesetFromObjectXml Should handle strings having do - + @@ -46,7 +46,7 @@ exports[`XML helpers buildChangesetXml Should build a stringified OSM changeset - + @@ -59,7 +59,7 @@ exports[`XML helpers buildChangesetXml Should build a stringified OSM changeset - + @@ -72,7 +72,7 @@ exports[`XML helpers buildChangesetXml Should handle strings having double quote - + @@ -85,7 +85,7 @@ exports[`XML helpers buildChangesetXml Should handle optional tags 1`] = ` - + diff --git a/src/helpers/__tests__/xml.test.js b/src/helpers/__tests__/xml.test.js index 35322a4..4d6b377 100644 --- a/src/helpers/__tests__/xml.test.js +++ b/src/helpers/__tests__/xml.test.js @@ -29,7 +29,7 @@ const userSample = fs.readFileSync( ); jest.mock('../../../package.json', () => ({ - version: '1.2.3' + version: '2.0.0' })); describe('XML helpers', () => {