diff --git a/assets/src/scripts/monitoring-location/components/hydrograph/legend.test.js b/assets/src/scripts/monitoring-location/components/hydrograph/legend.test.js
index ef65fbfd61b5adbd4dc9ac49f9285bc9dc9517f6..570d3a250bc6be38a755c4c8aceddd6485741fbb 100644
--- a/assets/src/scripts/monitoring-location/components/hydrograph/legend.test.js
+++ b/assets/src/scripts/monitoring-location/components/hydrograph/legend.test.js
@@ -46,7 +46,7 @@ describe('monitoring-location/components/hydrograph/legend module', () => {
         });
 
 
-        it('Should have 6 legend markers', () => {
+        it('Should have the correct number of legend markers', () => {
             expect(selectAll('.legend g').size()).toBe(9);
         });
     });