diff --git a/assets/src/scripts/d3-rendering/legend.spec.js b/assets/src/scripts/d3-rendering/legend.spec.js index 7b06248fd76a3aeda2c9d9bafdb35b1b977e4967..e5f01a39764a18105d8d0e8c2c510918f38f768a 100644 --- a/assets/src/scripts/d3-rendering/legend.spec.js +++ b/assets/src/scripts/d3-rendering/legend.spec.js @@ -69,4 +69,4 @@ describe('Legend module', () => { expect(container.selectAll('text').size()).toBe(5); // The 'provisional data message' is a text node that is always present in the legend, making the count one more than might be expected from the mock data }); }); -}); \ No newline at end of file +});