diff --git a/cypress/e2e/map.cy.ts b/cypress/e2e/map.cy.ts index 6be6df6..f99d36c 100644 --- a/cypress/e2e/map.cy.ts +++ b/cypress/e2e/map.cy.ts @@ -108,7 +108,7 @@ describe("Map", () => { loadMap("/"); cy.get(".leaflet-control-attribution").contains( - "Brought to you by HackGreenville Labs.", + "Brought to you by HackGreenville Labs", ); }); });